Searched refs:fullIntent (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DeviceStorageMonitorService.java | 578 final Intent fullIntent = new Intent(Intent.ACTION_DEVICE_STORAGE_FULL) in updateBroadcasts() local 586 getContext().sendStickyBroadcastAsUser(fullIntent, UserHandle.ALL); in updateBroadcasts() 588 getContext().removeStickyBroadcastAsUser(fullIntent, UserHandle.ALL); in updateBroadcasts()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 3547 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() local 3549 fullIntent, in broadcastServiceStateChanged() 3554 fullIntent, in broadcastServiceStateChanged() 3579 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() local 3580 fullIntent.setPackage(locationBypassPackage); in broadcastServiceStateChanged() 3582 fullIntent, in broadcastServiceStateChanged() 3586 fullIntent, in broadcastServiceStateChanged()
|