Searched refs:ACTION_BOOT_COMPLETED (Results 1 – 19 of 19) sorted by relevance
36 private static final String ACTION_BOOT_COMPLETED = Utils.isNOrLater() field in AlarmInitReceiver37 ? Intent.ACTION_LOCKED_BOOT_COMPLETED : Intent.ACTION_BOOT_COMPLETED;65 if (ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onStartCommand()
30 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
38 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) { in onReceive()
35 if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction()) in onReceive()
40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
57 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
60 Intent intent = new Intent(Intent.ACTION_BOOT_COMPLETED); in readWriteList()
35 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
38 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { in onReceive()
73 if(!intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
55 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in onReceive()
86 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { in onReceive()
109 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
350 bootFilter.addAction(Intent.ACTION_BOOT_COMPLETED); in CarrierConfigLoader()751 case Intent.ACTION_BOOT_COMPLETED: in onReceive()
68 if (Intent.ACTION_BOOT_COMPLETED.equals(action) in onReceive()
129 if (Intent.ACTION_BOOT_COMPLETED.equals(broadcastAction)) { in onHandleIntent()
227 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) { in processMessage()
44083 …23:19:19.725 1868 1868 D CAT : com.android.stk.BootCompletedReceiver: [ACTION_BOOT_COMPLETED]