/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 27 import android.os.Bundle; 72 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 75 return new Bundle(); in addAccount() 79 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 80 return new Bundle(); in editProperties() 84 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 85 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 86 return new Bundle(); in updateCredentials() 90 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() [all …]
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 29 import android.os.Bundle; 64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 69 final Bundle bundle = new Bundle(); in addAccount() 75 public Bundle confirmCredentials( in confirmCredentials() 76 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials() 82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 88 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 89 String authTokenType, Bundle loginOptions) throws NetworkErrorException { in getAuthToken() 95 final Bundle result = new Bundle(); in getAuthToken() [all …]
|
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 25 import android.os.Bundle; 37 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 42 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 43 String authTokenType, Bundle options) { in getAuthToken() 47 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 48 Bundle options) { in confirmCredentials() 52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 60 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 65 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() [all …]
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
D | GenericAccountService.java | 26 import android.os.Bundle; 81 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() 87 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, in addAccount() 88 String s, String s2, String[] strings, Bundle bundle) in addAccount() 94 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in confirmCredentials() 95 Account account, Bundle bundle) in confirmCredentials() 101 public Bundle getAuthToken(AccountAuthenticatorResponse accountAuthenticatorResponse, in getAuthToken() 102 Account account, String s, Bundle bundle) in getAuthToken() 113 public Bundle updateCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in updateCredentials() 114 Account account, String s, Bundle bundle) in updateCredentials() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentArguments.java | 25 import android.os.Bundle; 38 @Override protected void onCreate(Bundle savedInstanceState) { in onCreate() 62 Bundle b = new Bundle(); in newInstance() 73 Bundle savedInstanceState) { in onInflate() 86 @Override public void onCreate(Bundle savedInstanceState) { in onCreate() 89 Bundle args = getArguments(); in onCreate() 99 Bundle savedInstanceState) { in onCreateView()
|
D | FragmentStack.java | 24 import android.os.Bundle; 36 protected void onCreate(Bundle savedInstanceState) { in onCreate() 65 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 99 Bundle args = new Bundle(); in newInstance() 110 public void onCreate(Bundle savedInstanceState) { in onCreate() 121 Bundle savedInstanceState) { in onCreateView()
|
D | FragmentCustomAnimations.java | 24 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) { in onCreate() 63 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 100 Bundle args = new Bundle(); in newInstance() 111 public void onCreate(Bundle savedInstanceState) { in onCreate() 122 Bundle savedInstanceState) { in onCreateView()
|
D | FragmentLayout.java | 28 import android.os.Bundle; 47 protected void onCreate(Bundle savedInstanceState) { in onCreate() 62 protected void onCreate(Bundle savedInstanceState) { in onCreate() 94 public void onActivityCreated(Bundle savedInstanceState) { in onActivityCreated() 120 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 188 Bundle args = new Bundle(); in newInstance() 201 Bundle savedInstanceState) { in onCreateView()
|
D | FragmentDialog.java | 25 import android.os.Bundle; 37 protected void onCreate(Bundle savedInstanceState) { in onCreate() 61 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 113 Bundle args = new Bundle(); in newInstance() 121 public void onCreate(Bundle savedInstanceState) { in onCreate() 149 Bundle savedInstanceState) { in onCreateView()
|
D | FragmentTabsFragment.java | 26 import android.os.Bundle; 39 public void onCreate(Bundle savedInstanceState) { in onCreate() 47 Bundle savedInstanceState) { in onCreateView() 64 public void onViewStateRestored(Bundle savedInstanceState) { in onViewStateRestored() 76 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 101 private final Bundle args; 104 TabInfo(String _tag, Class<?> _class, Bundle _args) { in TabInfo() 143 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) { in addTab() 151 public void handleViewStateRestored(Bundle savedInstanceState) { in handleViewStateRestored() 199 public void handleSaveInstanceState(Bundle outState) { in handleSaveInstanceState()
|
D | FragmentRetainInstance.java | 24 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) { in onCreate() 59 Bundle savedInstanceState) { in onCreateView() 74 public void onActivityCreated(Bundle savedInstanceState) { in onActivityCreated() 156 public void onCreate(Bundle savedInstanceState) { in onCreate() 174 public void onActivityCreated(Bundle savedInstanceState) { in onActivityCreated()
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | RemotePlayer.java | 21 import android.os.Bundle; 58 public void onItemStatusChanged(Bundle data, 74 public void onSessionStatusChanged(Bundle data, 134 public void onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus, in play() 150 public void onError(String error, int code, Bundle data) { in play() 174 public void onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus, in getStatus() 192 public void onError(String error, int code, Bundle data) { in getStatus() 212 public void onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus) { in pause() 220 public void onError(String error, int code, Bundle data) { in pause() 237 public void onResult(Bundle data, String sessionId, MediaSessionStatus sessionStatus) { in resume() [all …]
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | Recipe.java | 20 import android.os.Bundle; 43 public Bundle toBundle() { in toBundle() 44 Bundle bundle = new Bundle(); in toBundle() 50 public static RecipeStep fromBundle(Bundle bundle) { in fromBundle() 95 public Bundle toBundle() { in toBundle() 96 Bundle bundle = new Bundle(); in toBundle() 111 public static Recipe fromBundle(Bundle bundle) { in fromBundle() 121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle)); in fromBundle()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | ScreenSlidePageFragment.java | 20 import android.os.Bundle; 49 Bundle args = new Bundle(); in create() 59 public void onCreate(Bundle savedInstanceState) { in onCreate() 66 Bundle savedInstanceState) { in onCreateView()
|
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/ |
D | AppRestrictionSchemaFragment.java | 23 import android.os.Bundle; 73 @Nullable Bundle savedInstanceState) { in onCreateView() 78 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { in onViewCreated() 102 Bundle restrictions = manager.getApplicationRestrictions(); in resolveRestrictions() 124 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { in updateCanSayHello() 137 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { in updateMessage() 145 private void updateNumber(RestrictionEntry entry, Bundle restrictions) { in updateNumber() 155 private void updateRank(RestrictionEntry entry, Bundle restrictions) { in updateRank() 165 private void updateApprovals(RestrictionEntry entry, Bundle restrictions) { in updateApprovals() 181 private void updateItems(Bundle restrictions) { in updateItems() [all …]
|
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/ |
D | ContentFragment.java | 19 import android.os.Bundle; 42 Bundle bundle = new Bundle(); in newInstance() 55 Bundle savedInstanceState) { in onCreateView() 60 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated() 63 Bundle args = getArguments(); in onViewCreated()
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
D | TabCompatActivity.java | 21 import android.os.Bundle; 39 protected void onCreate(Bundle savedInstanceState) { in onCreate() 45 protected void onSaveInstanceState(Bundle outState) { in onSaveInstanceState() 51 protected void onRestoreInstanceState(Bundle savedInstanceState) { in onRestoreInstanceState()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | ContentActivity.java | 6 import android.os.Bundle; 15 public void onCreate(Bundle savedInstanceState) { in onCreate() 18 Bundle extras = getIntent().getExtras(); in onCreate() 44 protected void onSaveInstanceState(Bundle outState) { in onSaveInstanceState()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
D | ImageDetailFragment.java | 19 import android.os.Bundle; 52 final Bundle args = new Bundle(); in newInstance() 69 public void onCreate(Bundle savedInstanceState) { in onCreate() 76 Bundle savedInstanceState) { in onCreateView() 85 public void onActivityCreated(Bundle savedInstanceState) { in onActivityCreated()
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
D | MessageDialogFragment.java | 22 import android.os.Bundle; 36 Bundle args = new Bundle(); in newInstance() 44 public Dialog onCreateDialog(Bundle savedInstanceState) { in onCreateDialog()
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
D | CollectionDemoActivity.java | 21 import android.os.Bundle; 51 public void onCreate(Bundle savedInstanceState) { in onCreate() 113 Bundle args = new Bundle(); in getItem() 140 Bundle savedInstanceState) { in onCreateView() 142 Bundle args = getArguments(); in onCreateView()
|
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/ |
D | ArticleFragment.java | 19 import android.os.Bundle; 31 Bundle savedInstanceState) { in onCreateView() 52 Bundle args = getArguments(); in onStart() 69 public void onSaveInstanceState(Bundle outState) { in onSaveInstanceState()
|
/development/samples/training/ads-and-ux/src/com/example/training/ads/ |
D | AdsCatalogActivity.java | 19 import android.os.Bundle; 48 protected void onCreate(Bundle savedInstanceState) { in onCreate() 92 Bundle args = new Bundle(); in newInstance() 103 public void onCreate(Bundle savedInstanceState) { in onCreate() 105 Bundle args = getArguments(); in onCreate() 111 Bundle savedInstanceState) { in onCreateView()
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | SettingsActivity.java | 20 import android.os.Bundle; 26 protected void onCreate(Bundle savedInstanceState) { in onCreate() 40 public void onCreate(Bundle savedInstanceState) { in onCreate()
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | SettingsActivity.java | 20 import android.os.Bundle; 26 protected void onCreate(Bundle savedInstanceState) { in onCreate() 40 public void onCreate(Bundle savedInstanceState) { in onCreate()
|