Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java12398 ArrayList<Intent> allSticky = null; in registerReceiverWithFeature() local
12414 if (allSticky == null) { in registerReceiverWithFeature()
12415 allSticky = new ArrayList<Intent>(); in registerReceiverWithFeature()
12417 allSticky.add(intent); in registerReceiverWithFeature()
12423 Intent sticky = allSticky != null ? allSticky.get(0) : null; in registerReceiverWithFeature()
12498 if (allSticky != null) { in registerReceiverWithFeature()
12502 final int stickyCount = allSticky.size(); in registerReceiverWithFeature()
12504 Intent intent = allSticky.get(i); in registerReceiverWithFeature()