/packages/apps/Email/provider_src/com/android/email/service/ |
AccountService.java | 22 import android.os.Bundle; 48 public Bundle getConfigurationData(String accountType) { 49 Bundle bundle = new Bundle(); 50 bundle.putBoolean(Configuration.EXCHANGE_CONFIGURATION_USE_ALTERNATE_STRINGS, 52 return bundle;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
TransitionImage.java | 27 import android.os.Bundle; 154 Bundle extras = intent.getExtras(); 166 if (!(multiple[i] instanceof Bundle)) { 170 if (image.readFromBundle(context, null, (Bundle) multiple[i])) { 190 Bundle b = new Bundle(); 197 public boolean readFromBundle(Context context, Rect intentSourceBounds, Bundle bundle) { 199 if (bundle == null) { 202 mUri = bundle.getParcelable(EXTRA_TRANSITION_BITMAP_URI) [all...] |
/external/deqp/android/package/src/com/drawelements/deqp/platformutil/ |
DeqpPlatformCapabilityQueryInstrumentation.java | 27 import android.os.Bundle; 45 public void onCreate (Bundle arguments) { 58 Bundle resultInfo; 67 resultInfo = new Bundle(); 76 resultInfo = new Bundle(); 84 private Bundle doRenderConfigSupportedQuery () 93 final Bundle resultInfo = new Bundle(); 99 final Bundle resultInfo = new Bundle(); [all...] |
/external/llvm/include/llvm/CodeGen/ |
EdgeBundles.h | 11 // edges leaving a machine basic block are in the same bundle, and all edges 12 // leaving a basic block are in the same bundle. 29 /// EC - Each edge bundle is an equivalence class. The keys are: 30 /// 2*BB->getNumber() -> Ingoing bundle. 31 /// 2*BB->getNumber()+1 -> Outgoing bundle. 34 /// Blocks - Map each bundle to a list of basic block numbers. 42 /// bundle number for basic block #N 48 /// getBlocks - Return an array of blocks that are connected to Bundle. 49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } [all...] |
/frameworks/base/telephony/java/android/telephony/gsm/ |
GsmCellLocation.java | 19 import android.os.Bundle; 40 * Initialize the object from a bundle. 42 public GsmCellLocation(Bundle bundle) { 43 mLac = bundle.getInt("lac", -1); 44 mCid = bundle.getInt("cid", -1); 45 mPsc = bundle.getInt("psc", -1); 137 * Set intent notifier Bundle based on service state 139 * @param m intent notifier Bundle 141 public void fillInNotifierBundle(Bundle m) [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerItemFragment.java | 22 import android.os.Bundle; 45 final Bundle args = new Bundle(); 52 public void onCreate(Bundle savedInstanceState) { 54 final Bundle bundle = getArguments(); local 55 if (bundle != null) { 56 mTimerObj = (TimerObj) bundle.getParcelable(TAG); 62 Bundle savedInstanceState) { 99 public void onActivityCreated(Bundle savedInstanceState) [all...] |
/cts/tests/app/src/android/app/cts/ |
LocalActivityManagerTestHelper.java | 25 import android.os.Bundle; 54 protected void onCreate(Bundle savedInstanceState) { 153 final Bundle bundle = mLocalActivityManager.saveInstanceState(); local 154 if (bundle != null) { 164 final Bundle savedBundle = new Bundle(); 165 final Bundle bb = new Bundle(); 169 final Bundle returnedBundle = mLocalActivityManager.saveInstanceState() 232 final Bundle bundle = mLocalActivityManager.saveInstanceState(); local [all...] |
MockTabActivity.java | 22 import android.os.Bundle; 38 protected void onCreate(Bundle savedInstanceState) { 60 protected void onPostCreate(Bundle icicle) { 66 protected void onRestoreInstanceState(Bundle state) { 72 protected void onSaveInstanceState(Bundle outState) {
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
OutgoingCallTest.java | 21 import android.os.Bundle; 57 final Bundle extras = new Bundle(); 69 final Bundle extras = new Bundle();
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
CountingFragment.java | 21 import android.os.Bundle; 38 Bundle args = new Bundle(); 49 public void onCreate(Bundle savedInstanceState) { 60 Bundle savedInstanceState) {
|
/external/jetty/lib/ |
slf4j-api-1.6.1.pom | 47 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
48 <Bundle-Description>${project.description}</Bundle-Description>
56 <id>bundle-test-jar</id>
|
/external/slf4j/slf4j-api/ |
pom.xml | 46 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version> 47 <Bundle-Description>${project.description}</Bundle-Description> 55 <id>bundle-test-jar</id>
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
SingleUserProvider.java | 23 import android.os.Bundle; 61 public Bundle call(String method, String arg, Bundle extras) { 62 Bundle res = new Bundle();
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
RequestUtils.java | 18 import android.os.Bundle; 44 private Bundle mBundle; 47 mBundle = new Bundle(); 59 public ContentBuilder setMetadata(Bundle metadata) { 69 public Bundle build() {
|
/packages/apps/Settings/src/com/android/settings/ |
ProfileSelectDialog.java | 25 import android.os.Bundle; 39 Bundle args = new Bundle(); 46 public void onCreate(Bundle savedInstanceState) { 52 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/ |
QuickSettings.java | 18 import android.os.Bundle; 30 protected void onCreate(Bundle savedInstanceState) { 56 final Bundle b = new Bundle(1); 66 public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
MockRespondMatrixCursor.java | 19 import android.os.Bundle; 43 public Bundle respond(Bundle request) { 44 final Bundle response = new Bundle();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ |
AuthUtils.java | 26 import android.os.Bundle; 50 * Account, String, Bundle, boolean, AccountManagerCallback, Handler) 52 public AccountManagerFuture<Bundle> getAuthToken(final Account account, 53 final String authTokenType, final Bundle options, final boolean notifyAuthFailure, 54 final AccountManagerCallback<Bundle> callback, final Handler handler) {
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/ |
slf4j-api-1.5.10.pom | 47 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
48 <Bundle-Description>${project.description}</Bundle-Description>
56 <id>bundle-test-jar</id>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.pom | 47 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
48 <Bundle-Description>${project.description}</Bundle-Description>
56 <id>bundle-test-jar</id>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/ |
slf4j-api-1.7.5.pom | 47 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
48 <Bundle-Description>${project.description}</Bundle-Description>
56 <id>bundle-test-jar</id>
|
/prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/ |
slf4j-api-1.7.7.pom | 47 <Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
48 <Bundle-Description>${project.description}</Bundle-Description>
56 <id>bundle-test-jar</id>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/ |
MANIFEST.MF | 2 Bundle-Localization: plugin 3 Bundle-RequiredExecutionEnvironment: J2SE-1.4 4 Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true 7 Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin 8 Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0. 9 0)",org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",org.eclipse 10 .jdt.core;bundle-version="[3.5.0,4.0.0)",org.eclipse.core.runtime;bun 11 dle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-versi 32 Bundle-Version: 3.6.1.v20100715_r36 [all...] |
/external/lldb/source/Host/macosx/cfcpp/ |
CFCBundle.cpp | 36 // Set the path for a bundle by supplying a 42 // Release our old bundle and URL 50 // Make our Bundle URL 61 CFBundleRef bundle = get(); local 62 if (bundle) 64 CFCReleaser<CFURLRef> bundle_url (CFBundleCopyBundleURL (bundle)); 77 CFBundleRef bundle = get(); local 78 if (bundle != NULL) 79 return ::CFBundleGetIdentifier (bundle); 86 CFBundleRef bundle = get() local 95 CFBundleRef bundle = get(); local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
MockListener.java | 23 import android.os.Bundle; 99 Bundle bundle = new Bundle(); 100 bundle.putStringArrayList(EXTRA_PAYLOAD, mPosted); 101 setResultExtras(bundle); 105 Bundle bundle = new Bundle(); 106 bundle.putInt(EXTRA_INT, mDND) [all...] |