Home
last modified time | relevance | path

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

/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/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/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/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/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DDialogHelperImpl.java88 Bundle bundle = new Bundle(); in showErrorMessageDialog() local
/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/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java150 protected Dialog onCreateDialog(int id, Bundle bundle) { in onCreateDialog()