Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java1285 private void sendRequestAsync(int command) { in sendRequestAsync() method in PhoneInterfaceManager
1293 private void sendRequestAsync(int command, Object argument) { in sendRequestAsync() method in PhoneInterfaceManager
1294 sendRequestAsync(command, argument, null, null); in sendRequestAsync()
1301 private void sendRequestAsync( in sendRequestAsync() method in PhoneInterfaceManager
2167 sendRequestAsync(CMD_REQUEST_CELL_INFO_UPDATE, cb, phone, workSource); in requestCellInfoUpdateInternal()