HomeSort by relevance Sort by last modified time
    Searched refs:Bundle (Results 76 - 100 of 4335) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/src/com/android/framework/versatiletestapp/
VersatileTestAppActivity.java 19 import android.os.Bundle;
  /frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/src/com/android/framework/versatiletestapp/
VersatileTestAppActivity.java 19 import android.os.Bundle;
  /frameworks/base/location/java/android/location/
ILocationListener.aidl 21 import android.os.Bundle;
29 void onStatusChanged(String provider, int status, in Bundle extras);
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 25 import android.os.Bundle;
38 public Bundle mOptionsUpdateCredentials;
39 public Bundle mOptionsConfirmCredentials;
40 public Bundle mOptionsAddAccount;
41 public Bundle mOptionsGetAuthToken;
92 private Bundle createResultBundle() {
93 Bundle result = new Bundle();
105 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
106 String authTokenType, String[] requiredFeatures, Bundle options
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 35 import android.os.Bundle;
56 public void onCreate (Bundle arguments) {
139 finish(0, new Bundle());
145 Bundle info = new Bundle();
148 finish(1, new Bundle());
166 Bundle info = new Bundle();
177 Bundle info = new Bundle();
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 27 import android.os.Bundle;
48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
49 String authTokenType, String[] requiredFeatures, Bundle options)
53 // app UI; we simply create the account and return the proper bundle
61 Bundle b = new Bundle();
68 Bundle b = new Bundle();
79 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account,
80 Bundle options)
    [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...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 29 import android.os.Bundle;
64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
65 String authTokenType, String[] requiredFeatures, Bundle options) {
69 final Bundle bundle = new Bundle(); local
70 bundle.putParcelable(AccountManager.KEY_INTENT, intent);
71 return bundle;
75 public Bundle confirmCredentials(
76 AccountAuthenticatorResponse response, Account account, Bundle options)
122 final Bundle bundle = new Bundle(); local
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
GetContentActivity.java 21 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ExampleIntentReceivingActivity1.java 21 import android.os.Bundle;
27 protected void onCreate(Bundle savedInstanceState) {
ExampleIntentReceivingActivity2.java 21 import android.os.Bundle;
27 protected void onCreate(Bundle savedInstanceState) {
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AllUsersActivity.java 19 import android.os.Bundle;
32 public void onCreate(Bundle savedInstanceState) {
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/
MonkeyActivity.java 21 import android.os.Bundle;
30 protected void onCreate(Bundle savedInstanceState) {
  /cts/tests/acceleration/src/android/acceleration/cts/
WindowFlagHardwareAcceleratedActivity.java 19 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
  /cts/tests/app/src/android/app/cts/
ActionBarActivity.java 20 import android.os.Bundle;
25 protected void onCreate(Bundle savedInstanceState) {
ActivityManagerStubCrashActivity.java 20 import android.os.Bundle;
26 public void onCreate(Bundle icicle) {
ActivityManagerStubFooActivity.java 20 import android.os.Bundle;
26 public void onCreate(Bundle icicle) {
AliasActivityStub.java 19 import android.os.Bundle;
27 protected void onCreate(Bundle savedInstanceState) {
MockApplicationActivity.java 20 import android.os.Bundle;
26 public void onCreate(Bundle icicle) {
PendingIntentStubActivity.java 20 import android.os.Bundle;
29 public void onCreate(Bundle icicle) {
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncActivity.java 17 import android.os.Bundle;
31 public void onCreate(Bundle savedInstanceState) {
AccessibilityTestActivity.java 18 import android.os.Bundle;
24 protected void onCreate(Bundle savedInstanceState) {
AccessibilityTextTraversalActivity.java 17 import android.os.Bundle;
28 public void onCreate(Bundle savedInstanceState) {

Completed in 434 milliseconds

1 2 34 5 6 7 8 91011>>