OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootFilter
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java
356
IntentFilter
bootFilter
= new IntentFilter();
357
bootFilter
.addAction(Intent.ACTION_BOOT_COMPLETED);
358
context.registerReceiver(mBootReceiver,
bootFilter
);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java
294
IntentFilter
bootFilter
= new IntentFilter();
295
bootFilter
.addAction(Intent.ACTION_BOOT_COMPLETED);
296
context.registerReceiver(mBootReceiver,
bootFilter
);
[
all
...]
Completed in 178 milliseconds