Searched refs:mBindings (Results 1 – 3 of 3) sorted by relevance
62 private AppBinding[] mBindings; field in CarrierServiceBindHelper75 for (int phoneId = 0; phoneId < mBindings.length; phoneId++) {76 mBindings[phoneId].rebind();110 mBindings = new AppBinding[numPhones]; in CarrierServiceBindHelper()114 mBindings[phoneId] = new AppBinding(phoneId); in CarrierServiceBindHelper()136 mHandler.sendMessage(mHandler.obtainMessage(EVENT_REBIND, mBindings[phoneId])); in updateForPhoneId()368 for (AppBinding appBinding : mBindings) { in evaluateBinding()394 for (AppBinding binding : mBindings) { in dump()
102 private Map<Script.FieldID, Object> mBindings; field in ScriptGroup.Closure121 mBindings = globals; in Closure()161 mBindings = globals; in Closure()269 Object obj = mBindings.get(field); in getGlobal()293 mBindings.put(fieldID, obj); in setGlobal()
111 private Map<Script.FieldID, Object> mBindings; field in ScriptGroup.Closure134 mBindings = globals; in Closure()177 mBindings = globals; in Closure()266 Object obj = mBindings.get(field); in getGlobal()290 mBindings.put(fieldID, obj); in setGlobal()