/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestViewPaddingMixed.java | 5 import android.os.Bundle; 14 Bundle savedInstanceState) {
|
/packages/apps/Browser/tests/src/com/android/browser/ |
BrowserLaunchPerformance.java | 4 import android.os.Bundle; 10 public void onCreate(Bundle arguments) {
|
/sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/ |
Main.java | 4 import android.os.Bundle; 12 public void onCreate(Bundle savedInstanceState)
|
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
MainActivity.java | 4 import android.os.Bundle; 11 public void onCreate(Bundle savedInstanceState) {
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
address-range-limit.mm | 3 // RUN: %clang_asan %s -Wno-deprecated-declarations -flat_namespace -bundle -undefined suppress -o %t.bundle 15 std::string path = std::string(argv[0]) + ".bundle"; 19 fprintf(stderr, "Could not load bundle.\n"); 23 NSModule handle = NSLinkModule(im, "a.bundle", 0); 25 fprintf(stderr, "Could not load bundle.\n");
|
/frameworks/base/core/java/com/android/internal/app/ |
IVoiceInteractor.aidl | 20 import android.os.Bundle; 30 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); 33 in VoiceInteractor.PickOptionRequest.Option[] options, in Bundle extras); 35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); 37 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); 39 IVoiceInteractorCallback callback, String command, in Bundle extras);
|
IVoiceInteractorCallback.aidl | 20 import android.os.Bundle; 29 in Bundle result); 31 in VoiceInteractor.PickOptionRequest.Option[] selections, in Bundle result); 32 void deliverCompleteVoiceResult(IVoiceInteractorRequest request, in Bundle result); 33 void deliverAbortVoiceResult(IVoiceInteractorRequest request, in Bundle result); 34 void deliverCommandResult(IVoiceInteractorRequest request, boolean finished, in Bundle result);
|
/frameworks/base/media/java/android/media/session/ |
ISessionCallback.aidl | 21 import android.os.Bundle; 28 void onCommand(String command, in Bundle args, in ResultReceiver cb); 33 void onPlayFromMediaId(String mediaId, in Bundle extras); 34 void onPlayFromSearch(String query, in Bundle extras); 35 void onPlayFromUri(in Uri uri, in Bundle extras); 45 void onCustomAction(String action, in Bundle args);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AlbumPicker.java | 20 import android.os.Bundle; 28 public void onCreate(Bundle savedInstanceState) { 32 Bundle extras = intent.getExtras(); 33 Bundle data = extras == null ? new Bundle() : new Bundle(extras);
|
DialogPicker.java | 20 import android.os.Bundle; 27 public void onCreate(Bundle savedInstanceState) { 33 Bundle extras = intent.getExtras(); 34 Bundle data = extras == null ? new Bundle() : new Bundle(extras);
|
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.pom | 105 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> 107 <Bundle-Version>${project.version}</Bundle-Version> 108 <Bundle-ContactAddress>http://code.google.com/p/google-gson/</Bundle-ContactAddress> 109 <Bundle-Vendor>Google Gson Project</Bundle-Vendor> 110 <Bundle-Name>${project.name}</Bundle-Name [all...] |
/prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/ |
gson-2.2.4.pom | 105 <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> 107 <Bundle-Version>${project.version}</Bundle-Version> 108 <Bundle-ContactAddress>http://code.google.com/p/google-gson/</Bundle-ContactAddress> 109 <Bundle-Vendor>Google Gson Project</Bundle-Vendor> 110 <Bundle-Name>${project.name}</Bundle-Name [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/ |
GenericAccountService.java | 26 import android.os.Bundle; 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, 87 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, 88 String s, String s2, String[] strings, Bundle bundle) 94 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, 95 Account account, Bundle bundle) 101 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse, 102 Account account, String s, Bundle bundle [all...] |
/developers/samples/android/common/src/java/com/example/android/common/accounts/ |
GenericAccountService.java | 26 import android.os.Bundle; 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, 87 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, 88 String s, String s2, String[] strings, Bundle bundle) 94 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, 95 Account account, Bundle bundle) 101 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse, 102 Account account, String s, Bundle bundle [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
GenericAccountService.java | 26 import android.os.Bundle; 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, 87 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, 88 String s, String s2, String[] strings, Bundle bundle) 94 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, 95 Account account, Bundle bundle) 101 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse, 102 Account account, String s, Bundle bundle [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteProviderDescriptor.java | 19 import android.os.Bundle; 36 private final Bundle mBundle; 39 private MediaRouteProviderDescriptor(Bundle bundle, 41 mBundle = bundle; 55 ArrayList<Bundle> routeBundles = mBundle.<Bundle>getParcelableArrayList(KEY_ROUTES); 100 * Converts this object to a bundle for serialization. 102 * @return The contents of the object represented as a bundle. 104 public Bundle asBundle() [all...] |
MediaSessionStatus.java | 20 import android.os.Bundle; 51 private final Bundle mBundle; 85 private MediaSessionStatus(Bundle bundle) { 86 mBundle = bundle; 119 * Gets a bundle of extras for this status object. 123 public Bundle getExtras() { 154 * Converts this object to a bundle for serialization. 156 * @return The contents of the object represented as a bundle. 158 public Bundle asBundle() [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
RemoteInput.java | 21 import android.os.Bundle; 34 /** Extra added to a clip data intent object to hold the results bundle. */ 41 private final Bundle mExtras; 44 boolean allowFreeFormInput, Bundle extras) { 53 * Get the key that the result of this input will be set in from the Bundle returned by 87 public Bundle getExtras() { 99 private Bundle mExtras = new Bundle(); 103 * @param resultKey the Bundle key that refers to this input when collected from the user 151 * <p>Values within the Bundle will replace existing extras values in this Builder [all...] |
/frameworks/base/telephony/java/android/telephony/ |
CellLocation.java | 19 import android.os.Bundle; 50 * Create a new CellLocation from a intent notifier Bundle 55 * @param bundle Bundle from intent notifier 60 public static CellLocation newFromBundle(Bundle bundle) { 65 return new CdmaCellLocation(bundle); 67 return new GsmCellLocation(bundle); 76 public abstract void fillInNotifierBundle(Bundle bundle); [all...] |
/cts/tests/tests/accounts/src/android/accounts/cts/ |
MockAccountAuthenticator.java | 26 import android.os.Bundle; 54 public Bundle mOptionsUpdateCredentials; 55 public Bundle mOptionsConfirmCredentials; 56 public Bundle mOptionsAddAccount; 57 public Bundle mOptionsGetAuthToken; 132 private Bundle createResultBundle() { 133 Bundle result = new Bundle(); 146 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, 147 String authTokenType, String[] requiredFeatures, Bundle options [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfInternalSelectionViews.java | 21 import android.os.Bundle; 96 * Initialize a bundle suitable for sending as the params of the intent that 101 * @return the intialized bundle. 103 public static Bundle getBundleFor(int numItems, int numRowsPerItem, double itemScreenHeightFactor) { 104 Bundle bundle = new Bundle(); local 105 bundle.putInt(BUNDLE_PARAM_NUM_ITEMS, numItems); 106 bundle.putInt(BUNDLE_PARAM_NUM_ROWS_PER_ITEM, numRowsPerItem); 107 bundle.putDouble(BUNDLE_PARAM_ITEM_SCREEN_HEIGHT_FACTOR, itemScreenHeightFactor) [all...] |
/frameworks/support/v4/jellybean/android/support/v4/app/ |
RemoteInputCompatJellybean.java | 22 import android.os.Bundle; 28 /** Extra added to a clip data intent object to hold the results bundle. */ 37 static RemoteInputCompatBase.RemoteInput fromBundle(Bundle data, 46 static Bundle toBundle(RemoteInputCompatBase.RemoteInput remoteInput) { 47 Bundle data = new Bundle(); 56 static RemoteInputCompatBase.RemoteInput[] fromBundleArray(Bundle[] bundles, 68 static Bundle[] toBundleArray(RemoteInputCompatBase.RemoteInput[] remoteInputs) { 72 Bundle[] bundles = new Bundle[remoteInputs.length] [all...] |
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 23 * Collects performance data between two function calls in Bundle objects and 86 public void writeEndSnapshot(Bundle results); 109 public void writeStopTiming(Bundle results); 143 * In a results Bundle, this key references a List of iteration Bundles. 147 * In an iteration Bundle, this key describes the iteration. 151 * In a results Bundle, this key reports the cpu time of the code block 156 * In a results Bundle, this key reports the execution time of the code 161 * In a snapshot Bundle, this key reports the number of received 166 * In a snapshot Bundle, this key reports the number of transactions sent by 171 * In a snapshot Bundle, this key reports the number of receive [all...] |
/developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
MessageDialogFragment.java | 22 import android.os.Bundle; 31 Bundle args = new Bundle(); 39 Bundle args = new Bundle(); 46 public Dialog onCreateDialog(Bundle savedInstanceState) { 49 Bundle args = getArguments();
|
/developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/ |
MessageDialogFragment.java | 22 import android.os.Bundle; 31 Bundle args = new Bundle(); 39 Bundle args = new Bundle(); 46 public Dialog onCreateDialog(Bundle savedInstanceState) { 49 Bundle args = getArguments();
|