Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 17 of 17) sorted by relevance

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { in set() argument
53 mMessageBuffer.putInt(4, arg0); in set()
63 public void set(int command, int arg0, int arg1) { in set() argument
64 set(command, arg0, arg1, (byte[])null); in set()
66 public void set(int command, int arg0, int arg1, String data) { in set() argument
69 set(command, arg0, arg1, data.getBytes()); in set()
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
DHelloSpellCheckerActivity.java115 public void onGetSuggestions(final SuggestionsInfo[] arg0) { in onGetSuggestions() argument
118 for (int i = 0; i < arg0.length; ++i) { in onGetSuggestions()
119 dumpSuggestionsInfoInternal(sb, arg0[i], 0, NOT_A_LENGTH); in onGetSuggestions()
136 public void onGetSentenceSuggestions(final SentenceSuggestionsInfo[] arg0) { in onGetSentenceSuggestions() argument
144 for (int i = 0; i < arg0.length; ++i) { in onGetSentenceSuggestions()
145 final SentenceSuggestionsInfo ssi = arg0[i]; in onGetSentenceSuggestions()
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DNsdHelper.java128 public void onRegistrationFailed(NsdServiceInfo arg0, int arg1) { in initializeRegistrationListener()
133 public void onServiceUnregistered(NsdServiceInfo arg0) { in initializeRegistrationListener()
134 Log.d(TAG, "Service unregistered: " + arg0.getServiceName()); in initializeRegistrationListener()
/development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
DLiveButton.java52 public boolean onTouch(View arg0, MotionEvent arg1) { in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Video.java138 public void onBufferingUpdate(MediaPlayer arg0, int percent) { in onBufferingUpdate() argument
143 public void onCompletion(MediaPlayer arg0) { in onCompletion() argument
/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() argument
448 switch (arg0) { in DumpMessageArg0()
510 msg_send.arg0 = A_VERSION; in DeviceHandShake()
540 printf("\n arg0 = %08X", msg_rcv.arg0); in DeviceHandShake()
541 DumpMessageArg0(msg_rcv.command, msg_rcv.arg0); in DeviceHandShake()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DProcessText.java37 public void onClick(View arg0) { in onCreate()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiServiceDiscoveryActivity.java226 public void onFailure(int arg0) { in discoverService()
238 public void onFailure(int arg0) { in discoverService()
259 public void onFailure(int arg0) { in connectP2p()
DWiFiChatFragment.java44 public void onClick(View arg0) { in onCreateView()
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DCompatTabHoneycomb.java99 public void onTabUnselected(Tab arg0, android.app.FragmentTransaction f) { in onTabUnselected() argument
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java96 public void onNdefPushComplete(NfcEvent arg0) { in onNdefPushComplete() argument
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DContactablesLoaderCallbacks.java80 public void onLoadFinished(Loader<Cursor> arg0, Cursor cursor) { in onLoadFinished() argument
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DSlidingFragments.java110 public void onAnimationEnd(Animator arg0) { in switchFragments()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java356 public void onNothingSelected(AdapterView<?> arg0) { in onNothingSelected() argument
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1395 public void surfaceCreated(SurfaceHolder arg0) { in surfaceCreated() argument
1403 public void surfaceDestroyed(SurfaceHolder arg0) { in surfaceDestroyed() argument
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java126 public boolean onItemLongClick(AdapterView<?> arg0, View arg1, int pos, long id) {
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java285 public void onTabChanged(String arg0) { in onCreate()