Searched defs:requestType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionSettings.java163 static private boolean isValidApnType(String types, String requestType) { argument
170 if (t.equals(requestType) || t.equals(PhoneConstants.APN_TYPE_ALL)) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java154 private String getNotificationTag(int requestType) { argument
155 if(requestType == BluetoothDevice.REQUEST_TYPE_PHONEBOOK_ACCESS) {
H A DBluetoothPermissionActivity.java64 int requestType = intent.getIntExtra(BluetoothDevice.EXTRA_ACCESS_REQUEST_TYPE,
66 if (requestType != mRequestType) return;
117 private void showDialog(String title, int requestType) argument
123 switch(requestType)

Completed in 65 milliseconds