code
stringlengths
3
1.18M
language
stringclasses
1 value
package net.everythingandroid.smspopup.util; import java.io.InputStream; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import net...
Java
package net.everythingandroid.smspopup.util; import java.io.BufferedReader; import java.io.Closeable; import java.io.IOException; import java.io.InputStreamReader; import net.everythingandroid.smspopup.R; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; i...
Java
package net.everythingandroid.smspopup.util; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; public class RetainFragment extends Fragment { private static final String TAG = "net.everythingandroid.smspopup.retainfragment"; private Object mO...
Java
package net.everythingandroid.smspopup.util; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.preferences.ButtonListPreference; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.service.SmsPopupUtilsS...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.util.ManageNotification; import android.app.AlertDialog.Builder; import android.content.Context; import android.content.DialogInterface; import android.content.res.TypedArray; impo...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.util.ManagePreferences; import android.app.AlertDialog; import android.content.Context; import ...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.util.Log; import android.content.Context; import android.preference.CheckBoxPreference; import android.util.AttributeSet; public class QuickReplyCheckBoxPreference extends CheckBoxPreference { public QuickReplyChec...
Java
package net.everythingandroid.smspopup.preferences; import android.content.Context; import android.util.AttributeSet; public class DialogPreference extends android.preference.DialogPreference { public DialogPreference(Context context, AttributeSet attrs) { super(context, attrs); } publi...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.provider.SmsMmsMessage; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.util.ManageNotification; import an...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.service.ReminderService; import net.everythingandroid.smspopup.util.ManageNotification; import android.app.AlertDialog; import android.content.Context; import android.preference.Che...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.util.ManageNotification; import net.everythingandroid.smspopup.util.ManagePreferences; import an...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.util.SmsPopupUtils; import android.content.Context; import android.preference.CheckBoxPreference; import android.util.AttributeSet; public class AppEnabledCheckBoxPreference extends CheckBoxPreference { private Conte...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.util.ManageNotification; import net.everythingandroid.smspopup.util.ManagePreferences; import an...
Java
package net.everythingandroid.smspopup.preferences; import net.everythingandroid.smspopup.R; import android.content.Context; import android.preference.ListPreference; import android.util.AttributeSet; public class ButtonListPreference extends ListPreference { public static final int BUTTON_DISABLED = 0; ...
Java
package net.everythingandroid.smspopup.ui; import java.util.List; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.provider.SmsPopupContract.ContactNotifications; import net.everythingandroid.smspopup.service.SmsPopupUtilsService; import...
Java
package net.everythingandroid.smspopup.ui; import java.util.ArrayList; import java.util.List; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.controls.FragmentStatePagerAdapter; import net.everythingandroid.smspopup.controls.QmT...
Java
package net.everythingandroid.smspopup.ui; import java.lang.ref.WeakReference; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.preferences.ButtonListPreference; import net.everythingandroid.smspopup.provider.SmsMmsMessage; impor...
Java
package net.everythingandroid.smspopup.ui; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.preferences.AppEnabledCheckBoxPreference; import net.everythingandroid.smspopup.preferences.ButtonListPreference; import net.everythingandroid.smspopup.preferences.DialogPreference; import net.ever...
Java
package net.everythingandroid.smspopup.ui; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.preferences.CustomLEDColorListPreference; import net.everythingandroid.smspopup.preferences.CustomLEDPatternListPreference; import net.every...
Java
package net.everythingandroid.smspopup.ui; import net.everythingandroid.smspopup.BuildConfig; import net.everythingandroid.smspopup.R; import net.everythingandroid.smspopup.controls.QmTextWatcher; import net.everythingandroid.smspopup.provider.SmsPopupContract.QuickMessages; import net.everythingandroid.smspopup.util....
Java
package net.everythingandroid.smspopupdonate; public class Log { public final static String LOGTAG = "SMSPopupDonate"; public static final boolean DEBUG = true; public static void v(String msg) { android.util.Log.v(LOGTAG, msg); } public static void e(String msg) { android.util.Log.e(L...
Java
package net.everythingandroid.smspopupdonate; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; public class SmsPopupDonateActivity extends Activity { private...
Java
/* * Copyright (C) 2010 Yellow_Panther * * yanick.saugy@gmail.com - http://www.help-info.ch * * This file is part of BTRemote. * * BTRemote is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation...
Java
/* * Copyright (C) 2010 Yellow_Panther * * yanick.saugy@gmail.com - http://www.help-info.ch * * This file is part of BTRemote. * * BTRemote is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without li...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); yo...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); yo...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/*- * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
Java
/*- * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.pers...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.pers...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.pers...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.pers...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.pers...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angryb...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.fase...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.fase...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angryb...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angryb...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.fase...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.fase...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angryb...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.mai...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.coli...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.col...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.coli...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.coli...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.joga...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.menu...
Java
/* * Grupo 2: Ana Elisa Siena 7126563 * Larissa Zimmermann 7126879 * * Jogo em Java - AngryBirds * SCC - 604 - Programação Orientada a Objetos * Prof. Fernando V. Paulovich * Engenharia de Computação 010 - USP - São Carlos * Segundo Semestre de 2011 * */ package angrybirds.menu...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
/* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java