Searched refs:createServiceStateIntent (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 3547 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() 3561 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged() 3579 Intent fullIntent = createServiceStateIntent(state, subId, phoneId, false); in broadcastServiceStateChanged() 3593 Intent sanitizedIntent = createServiceStateIntent(state, subId, phoneId, true); in broadcastServiceStateChanged() 3609 private Intent createServiceStateIntent(ServiceState state, int subId, int phoneId, in createServiceStateIntent() method in TelephonyRegistry
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 451 HPLcom/android/server/TelephonyRegistry;->createServiceStateIntent(Landroid/telephony/ServiceState;…
|