Home | History | Annotate | Download | only in app

Lines Matching full:rmap

635         ArrayMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher> rmap =
637 if (rmap != null) {
638 for (int i=0; i<rmap.size(); i++) {
639 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i);