HomeSort by relevance Sort by last modified time
    Searched full:bundle (Results 451 - 475 of 7390) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MainActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
WearableActivity.java 19 import android.os.Bundle;
24 protected void onCreate(Bundle savedInstanceState) {
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitLaunch.java 6 import android.os.Bundle;
29 protected void onCreate(Bundle savedInstanceState) {
  /device/sample/apps/SampleEmailPolicy/
proguard.flags 20 public static android.os.Bundle getPolicy(java.lang.String, android.os.Bundle);
  /external/jetty/lib/
jetty-util-6.1.26.pom 60 <artifactId>maven-bundle-plugin</artifactId>
61 <version>${maven-bundle-plugin-version}</version>
70 <Bundle-SymbolicName>org.mortbay.jetty.util</Bundle-SymbolicName>
71 <Bundle-RequiredExecutionEnvironment>J2SE-1.4</Bundle-RequiredExecutionEnvironment>
73 <Bundle-DocURL>http://jetty.mortbay.org</Bundle-DocURL>
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 4 # Auto-generates an exhaustive and repetitive test for correct bundle-locked
6 # For every possible offset in an aligned bundle, a bundle-locked group of every
25 # It tests that bundle-aligned grouping works correctly in MC. Read the
48 # Spread out all the instructions to not worry about cross-bundle
74 # Pad to end at nearest bundle boundary
78 # Pad to end at next bundle boundary, splitting the nop sequence
79 # at the nearest bundle boundary
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPeriodicSync.java 5 import android.os.Bundle;
17 public void __constructor__(Account account, String authority, Bundle extras, long period) throws Exception {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountManagerTest.java 20 import android.os.Bundle;
45 AccountManagerFuture<Bundle> future =
55 AccountManagerFuture<Bundle> future =
65 AccountManagerFuture<Bundle> future =
81 AccountManagerFuture<Bundle> future =
84 Bundle result = future.getResult();
92 AccountManagerFuture<Bundle> future =
95 Bundle result = future.getResult();
PeriodicSyncTest.java 5 import android.os.Bundle;
22 new Bundle(), 120l);
  /external/skia/src/utils/ios/
SkStream_NSData.mm 19 NSBundle* bundle = [NSBundle mainBundle];
22 NSString* path = [bundle pathForResource:name ofType:suffix];
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 19 import android.os.Bundle;
35 public void sendStatus(int resultCode, Bundle status);
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 19 import android.os.Bundle;
35 public void sendStatus(int resultCode, Bundle status);
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticatorResponse.aidl 18 import android.os.Bundle;
25 void onResult(in Bundle value);
IAccountManagerResponse.aidl 18 import android.os.Bundle;
25 void onResult(in Bundle value);
  /frameworks/base/core/java/android/app/
IActivityPendingResult.aidl 20 import android.os.Bundle;
25 boolean sendResult(int code, String data, in Bundle ex);
IAppTask.aidl 21 import android.os.Bundle;
29 in Intent intent, String resolvedType, in Bundle options);
  /frameworks/base/core/java/android/content/
IIntentSender.aidl 21 import android.os.Bundle;
26 IIntentReceiver finishedReceiver, String requiredPermission, in Bundle options);
IRestrictionsManager.aidl 20 import android.os.Bundle;
28 Bundle getApplicationRestrictions(in String packageName);
  /frameworks/base/core/java/android/content/pm/
IPackageMoveObserver.aidl 20 import android.os.Bundle;
27 void onCreated(int moveId, in Bundle extras);
  /frameworks/base/core/java/android/os/
IRemoteCallback.aidl 20 import android.os.Bundle;
24 void sendResult(in Bundle data);
  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionSessionService.aidl 19 import android.os.Bundle;
27 void newSession(IBinder token, in Bundle args, int startFlags);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 21 import android.os.Bundle;
32 int z, in Bundle extras);
  /frameworks/base/core/java/com/android/internal/os/
IResultReceiver.aidl 20 import android.os.Bundle;
24 void send(int resultCode, in Bundle resultData);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
SearchableActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /frameworks/base/core/tests/coretests/src/android/view/
Include.java 21 import android.os.Bundle;
29 protected void onCreate(Bundle icicle) {

Completed in 95 milliseconds

<<11121314151617181920>>