Searched refs:arg2 (Results 1 – 6 of 6) sorted by relevance
/development/tools/axl/ |
D | singletonmixin.py | 134 def __init__(self, arg1, arg2): argument 137 self.arg2 = arg2 142 self.assertEquals(b1.arg2, 'arg2 value') 150 def __init__(self, arg1, arg2): argument 153 self.arg2 = arg2 187 def __init__(self, arg1, arg2): argument 190 self.arg2 = arg2
|
/development/vndk/tools/header-checker/tests/input/ |
D | example2.h | 56 bool Begin( T1 arg1, T2 arg2, int c);
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessagingService.java | 169 int messagesPerConversation = msg.arg2 <= 0 ? 1 : msg.arg2; in handleMessage()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ServiceStartArguments.java | 74 if ((msg.arg2&Service.START_FLAG_REDELIVERY) == 0) { in handleMessage() 131 msg.arg2 = flags; in onStartCommand()
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
D | DeviceListActivity.java | 157 public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) {
|
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
D | DeviceListActivity.java | 169 public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) {
|