Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DCellBroadcastUtils.java35 final class CellBroadcastUtils { class
38 private CellBroadcastUtils() {} in CellBroadcastUtils() method in CellBroadcastUtils
DLockTaskModePolicyHandler.java274 CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(mContext);
/packages/apps/Settings/src/com/android/settings/notification/
DEmergencyBroadcastPreferenceController.java27 import com.android.internal.telephony.CellBroadcastUtils;
96 String packageName = CellBroadcastUtils in isCellBroadcastAppLinkEnabled()
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java31 import com.android.internal.telephony.CellBroadcastUtils;
434 intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context)); in sendBroadcast()
466 intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context)); in testSendMessage7bitMultipageGsm()
DSendCdmaCmasMessages.java31 import com.android.internal.telephony.CellBroadcastUtils;
58 intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context)); in sendBroadcast()
DSendGsmCmasMessages.java31 import com.android.internal.telephony.CellBroadcastUtils;
63 intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context)); in sendBroadcast()
/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java46 import com.android.internal.telephony.CellBroadcastUtils;
226 sPackageName = CellBroadcastUtils in beforeAllTests()