Home
last modified time | relevance | path

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

12

/development/samples/browseable/RecipeAssistant/Application/src/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/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java201 Bundle bundle = new Bundle(); in connected() local
261 Bundle bundle = new Bundle(); in connectionFailed() local
276 Bundle bundle = new Bundle(); in connectionLost() 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/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
DVoiceRecognitionService.java67 Bundle bundle = new Bundle(); in onStartListening() local
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DMainActivity.java67 Bundle bundle = new Bundle(); in handleIntent() local
/development/samples/browseable/Quiz/Wearable/src/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/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DDisconnectListenerService.java129 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java74 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBrowseFragment.java130 Bundle bundle; in onItemClicked() local
DRowsFragment.java111 Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation( in onItemClicked() local
DSearchFragment.java95 Bundle bundle = ActivityOptionsCompat.makeSceneTransitionAnimation( in onItemClicked() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
DContentFragment.java42 Bundle bundle = new Bundle(); in newInstance() local
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java102 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java88 Bundle bundle = new Bundle(); in showErrorMessageDialog() local
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java103 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java60 Bundle bundle = new Bundle(); in createInstance() local
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/contacts/
DContactsFragment.java119 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java139 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/
DMainActivity.java170 public Loader<Cursor> onCreateLoader(int i, Bundle bundle) { in onCreateLoader()

12