Searched refs:enableCellBroadcastRange (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/ |
D | SmsManagerPermissionTest.java | 98 SmsManager.getDefault().enableCellBroadcastRange(CELL_BROADCAST_MESSAGE_ID_START, in testEnableCellBroadcastRange()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 949 return enableCellBroadcastRange(messageIdentifier, messageIdentifier, ranType); in enableCellBroadcast() 956 public boolean enableCellBroadcastRange(int startMessageId, int endMessageId, int ranType) { in enableCellBroadcastRange() method in IccSmsInterfaceManager
|
D | SmsController.java | 492 return iccSmsIntMgr.enableCellBroadcastRange(startMessageId, endMessageId, ranType); in enableCellBroadcastRangeForSubscriber()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 2065 public boolean enableCellBroadcastRange(int startMessageId, int endMessageId, in enableCellBroadcastRange() method in SmsManager
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 1174 RequiresPermission: android.telephony.SmsManager#enableCellBroadcastRange(int, int, int): 1175 …Method 'enableCellBroadcastRange' documentation mentions permissions without declaring @RequiresPe…
|
D | test-lint-baseline.txt | 1330 RequiresPermission: android.telephony.SmsManager#enableCellBroadcastRange(int, int, int): 1331 …Method 'enableCellBroadcastRange' documentation mentions permissions without declaring @RequiresPe…
|
D | system-lint-baseline.txt | 1250 RequiresPermission: android.telephony.SmsManager#enableCellBroadcastRange(int, int, int): 1251 …Method 'enableCellBroadcastRange' documentation mentions permissions without declaring @RequiresPe…
|
D | system-current.txt | 15127 method @Deprecated public boolean enableCellBroadcastRange(int, int, int);
|