/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbMessage.java | 51 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/ |
D | HelloSpellCheckerActivity.java | 115 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/ |
D | NsdHelper.java | 128 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/ |
D | LiveButton.java | 52 public boolean onTouch(View arg0, MotionEvent arg1) { in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | MediaPlayerDemo_Video.java | 138 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/ |
D | adb_winapi_test.cpp | 59 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/ |
D | ProcessText.java | 37 public void onClick(View arg0) { in onCreate()
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
D | WiFiServiceDiscoveryActivity.java | 226 public void onFailure(int arg0) { in discoverService() 238 public void onFailure(int arg0) { in discoverService() 259 public void onFailure(int arg0) { in connectP2p()
|
D | WiFiChatFragment.java | 44 public void onClick(View arg0) { in onCreateView()
|
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/ |
D | CompatTabHoneycomb.java | 99 public void onTabUnselected(Tab arg0, android.app.FragmentTransaction f) { in onTabUnselected() argument
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
D | Beam.java | 96 public void onNdefPushComplete(NfcEvent arg0) { in onNdefPushComplete() argument
|
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
D | ContactablesLoaderCallbacks.java | 80 public void onLoadFinished(Loader<Cursor> arg0, Cursor cursor) { in onLoadFinished() argument
|
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
D | SlidingFragments.java | 110 public void onAnimationEnd(Animator arg0) { in switchFragments()
|
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/ |
D | FoldingLayoutActivity.java | 356 public void onNothingSelected(AdapterView<?> arg0) { in onNothingSelected() argument
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 1395 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/ |
D | DynamicListView.java | 126 public boolean onItemLongClick(AdapterView<?> arg0, View arg1, int pos, long id) {
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | MainActivity.java | 285 public void onTabChanged(String arg0) { in onCreate()
|