Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java61 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
63 if (requestType != mRequestType) return;
114 private void showDialog(String title, int requestType) in showDialog() argument
119 switch(requestType) in showDialog()
DBluetoothPermissionRequest.java179 private String getNotificationTag(int requestType) { in getNotificationTag() argument
180 if(requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) { in getNotificationTag()
/packages/apps/Mms/src/com/android/mms/transaction/
DTransactionSettings.java163 static private boolean isValidApnType(String types, String requestType) { in isValidApnType() argument
170 if (t.equals(requestType) || t.equals(PhoneConstants.APN_TYPE_ALL)) { in isValidApnType()
/packages/services/Mms/src/com/android/mms/service/
DApnSettings.java209 private static boolean isValidApnType(String types, String requestType) { in isValidApnType() argument
216 if (type.equals(requestType) || type.equals(PhoneConstants.APN_TYPE_ALL)) { in isValidApnType()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java889 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in onReceive() local
892 requestType + "isWaitingAuthorization:" + mIsWaitingAuthorization); in onReceive()
894 || (requestType != BluetoothDevice.REQUEST_TYPE_MESSAGE_ACCESS)) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java107 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
109 if (requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java280 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE, in parseIntent() local
284 || (requestType != BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS)) { in parseIntent()