Home
last modified time | relevance | path

Searched refs:timeoutIntent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java742 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm() local
744 PendingIntent.getBroadcast(this, 0, timeoutIntent, PendingIntent.FLAG_IMMUTABLE); in setUserTimeoutAlarm()
757 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm() local
760 this, 0, timeoutIntent, PendingIntent.FLAG_IMMUTABLE); in cancelUserTimeoutAlarm()
781 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in sendShutdownMessage() local
782 sendBroadcast(timeoutIntent); in sendShutdownMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java1005 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in setUserTimeoutAlarm() local
1007 PendingIntent.getBroadcast(this, 0, timeoutIntent, PendingIntent.FLAG_IMMUTABLE); in setUserTimeoutAlarm()
1016 Intent timeoutIntent = new Intent(USER_CONFIRM_TIMEOUT_ACTION); in cancelUserTimeoutAlarm() local
1018 PendingIntent.getBroadcast(this, 0, timeoutIntent, PendingIntent.FLAG_IMMUTABLE); in cancelUserTimeoutAlarm()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java2721 Intent timeoutIntent = new Intent(mContext,
2723 timeoutIntent.putExtra(
2726 timeoutIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
2727 mContext.startActivityAsUser(timeoutIntent, UserHandle.CURRENT);