HomeSort by relevance Sort by last modified time
    Searched refs:getSubscriberNumber (Results 1 - 10 of 10) sorted by null

  /system/bt/binder/android/bluetooth/
IBluetoothHeadsetPhone.aidl 31 String getSubscriberNumber();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetSystemInterface.java 268 public String getSubscriberNumber() {
271 Log.e(TAG, "getSubscriberNumber() failed: mPhoneProxy is null");
275 return mPhoneProxy.getSubscriberNumber();
277 Log.e(TAG, "getSubscriberNumber() failed: " + exception.getMessage());
HeadsetStateMachine.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 187 public String getSubscriberNumber() throws RemoteException {
193 Log.i(TAG, "getSubscriberNumber");
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 235 String subscriberNumber = mBluetoothPhoneService.mBinder.getSubscriberNumber();
251 String subscriberNumber = mBluetoothPhoneService.mBinder.getSubscriberNumber();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 293 milliseconds