Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 25) sorted by relevance

/development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipe.java44 Bundle bundle = new Bundle(); in toBundle() local
50 public static RecipeStep fromBundle(Bundle bundle) { in fromBundle()
96 Bundle bundle = new Bundle(); in toBundle() local
111 public static Recipe fromBundle(Bundle bundle) { in fromBundle()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoFragment.java94 public void onCreate(Bundle bundle) { in onCreate()
102 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView()
172 public void onSaveInstanceState(Bundle bundle) { in onSaveInstanceState()
DPhotoThumbnailFragment.java96 public Loader<Cursor> onCreateLoader(int loaderID, Bundle bundle) in onCreateLoader()
124 public View onCreateView(LayoutInflater inflater, ViewGroup viewGroup, Bundle bundle) { in onCreateView()
329 public void onSaveInstanceState(Bundle bundle) { in onSaveInstanceState()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java88 String s, String s2, String[] strings, Bundle bundle) in addAccount()
95 Account account, Bundle bundle) in confirmCredentials()
102 Account account, String s, Bundle bundle) in getAuthToken()
114 Account account, String s, Bundle bundle) in updateCredentials()
/development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DDebugReceiver.java49 Bundle bundle = intent.getExtras(); in onReceive() local
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java69 final Bundle bundle = new Bundle(); in addAccount() local
122 final Bundle bundle = new Bundle(); in getAuthToken() local
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
DVoiceRecognitionService.java67 Bundle bundle = new Bundle(); in onStartListening() local
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java177 Bundle bundle = new Bundle(); in connected() local
236 Bundle bundle = new Bundle(); in connectionFailed() local
251 Bundle bundle = new Bundle(); in connectionLost() local
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DMainActivity.java67 Bundle bundle = new Bundle(); in handleIntent() local
/development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
DDeleteQuestionService.java84 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DSwipeRefreshLayoutActivity.java94 public void onCreate(Bundle bundle) { in onCreate()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBrowseFragment.java102 Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation( in onItemClicked() local
DSearchFragment.java95 Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation( in onItemClicked() local
/development/samples/wearable/DelayedConfirmation/Application/src/main/java/com/example/android/wearable/delayedconfirmation/
DMainActivity.java74 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/wearable/SynchronizedNotifications/Application/src/main/java/com/example/android/wearable/synchronizednotifications/
DDismissListener.java99 public void onConnected(Bundle bundle) { in onConnected()
DPhoneActivity.java153 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DContentFragment.java42 Bundle bundle = new Bundle(); in newInstance() local
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java88 Bundle bundle = new Bundle(); in showErrorMessageDialog() local
/development/samples/wearable/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
DNotificationUpdateService.java139 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
DMainActivity.java160 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureDetailsActivity.java79 Bundle bundle = getIntent().getExtras(); in onCreate() local
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameActivity.java52 public void onCreate(Bundle bundle) { in onCreate()
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DPaletteActivity.java149 public Loader<Cursor> onCreateLoader(int id, Bundle bundle) { in onCreateLoader()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DEntryListFragment.java212 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java150 protected Dialog onCreateDialog(int id, Bundle bundle) { in onCreateDialog()