Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 13 of 13) sorted by relevance

/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
DGpsLocationTest.java82 public void onProviderDisabled(String arg0) { in onProviderDisabled()
85 public void onProviderEnabled(String arg0) { in onProviderEnabled()
88 public void onStatusChanged(String arg0, int arg1, Bundle arg2) { in onStatusChanged()
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
DHelloSpellCheckerActivity.java115 public void onGetSuggestions(final SuggestionsInfo[] arg0) { in onGetSuggestions()
136 public void onGetSentenceSuggestions(final SentenceSuggestionsInfo[] arg0) { in onGetSentenceSuggestions()
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { in set()
63 public void set(int command, int arg0, int arg1) { in set()
66 public void set(int command, int arg0, int arg1, String data) { in set()
/development/ndk/platforms/android-3/include/linux/
Dthread_info.h17 unsigned long arg0, arg1, arg2, arg3; member
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DPrepareMusicRetrieverTask.java37 protected Void doInBackground(Void... arg0) { in doInBackground()
DMusicService.java603 public IBinder onBind(Intent arg0) { in onBind()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Video.java138 public void onBufferingUpdate(MediaPlayer arg0, int percent) { in onBufferingUpdate()
143 public void onCompletion(MediaPlayer arg0) { in onCompletion()
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java96 public void onNdefPushComplete(NfcEvent arg0) { in onNdefPushComplete()
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DContactablesLoaderCallbacks.java80 public void onLoadFinished(Loader<Cursor> arg0, Cursor cursor) { in onLoadFinished()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTabHoneycomb.java99 public void onTabUnselected(Tab arg0, android.app.FragmentTransaction f) { in onTabUnselected()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java356 public void onNothingSelected(AdapterView<?> arg0) { in onNothingSelected()
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp59 unsigned int arg0; /* first argument */ member
445 void DumpMessageArg0(unsigned int command, unsigned int arg0) { in DumpMessageArg0()
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1395 public void surfaceCreated(SurfaceHolder arg0) { in surfaceCreated()
1403 public void surfaceDestroyed(SurfaceHolder arg0) { in surfaceDestroyed()