Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 35) 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/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/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/Quiz/Wearable/src/com.example.android.wearable.quiz/
DDeleteQuestionService.java85 public void onConnected(Bundle bundle) { in onConnected()
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java203 Bundle bundle = new Bundle(); in connected() local
265 Bundle bundle = new Bundle(); in connectionFailed() local
284 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/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/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java88 Bundle bundle = new Bundle(); in showErrorMessageDialog() local
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java101 public void onConnected(Bundle bundle) { in onConnected()
DSynchronizedNotificationsFragment.java178 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/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java103 public void onConnected(Bundle bundle) { in onConnected()
/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/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DDetailFragment.java60 Bundle bundle = new Bundle(); in createInstance() local
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java138 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()
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DFitDistanceWatchFaceConfigActivity.java116 protected void onSaveInstanceState(Bundle bundle) { in onSaveInstanceState()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java225 Bundle bundle = (Bundle) parcelable; in onItemAdded() local
349 Bundle bundle = new Bundle(); in convertToBundles() local
362 Bundle bundle = (Bundle) parcelable; in removeItem() local
/development/samples/browseable/WearVerifyRemoteApp/Application/src/com.example.android.wearable.wear.wearverifyremoteapp/
DMainMobileActivity.java180 public void onConnected(@Nullable Bundle bundle) { in onConnected()

12