Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/receivers/
DSimCompleteBootReceiver.java25 import com.android.settings.sim.SimNotificationService;
38 SimNotificationService.scheduleSimNotification( in onReceive()
DSimSlotChangeHandler.java41 import com.android.settings.sim.SimNotificationService;
168 SimNotificationService.scheduleSimNotification( in onSuwFinish()
225 SimNotificationService.scheduleSimNotification( in handleSimInsert()
/packages/apps/Settings/src/com/android/settings/sim/
DSimNotificationService.java31 public class SimNotificationService extends JobService { class
47 new ComponentName(context.getApplicationContext(), SimNotificationService.class); in scheduleSimNotification()