Searched refs:mUpdate (Results 1 – 6 of 6) sorted by relevance
119 removeCallbacks(mUpdate); in postUpdatePanel()120 postDelayed(mUpdate, 40); in postUpdatePanel()134 private final Runnable mUpdate = new Runnable() { field in TunerZenModePanel
52 mUpdate(false), mExtending(false), in Bundle()94 bool getUpdate(void) const { return mUpdate; } in getUpdate()95 void setUpdate(bool val) { mUpdate = val; } in setUpdate()287 bool mUpdate; variable
176 mUpdate(false), in MediaCodecList()640 mUpdate = (update != NULL) && parseBoolean(update); in addSettingFromAttributes()641 if (mUpdate != mGlobalSettings->contains(name)) { in addSettingFromAttributes()711 mUpdate = (update != NULL) && parseBoolean(update); in addMediaCodecFromAttributes()718 if (mUpdate != (index >= 0)) { in addMediaCodecFromAttributes()829 if (mUpdate != isExistingType) { in addTypeFromAttributes()834 if (mUpdate) { in addTypeFromAttributes()846 if (!mUpdate && initializeCapabilities(name) != OK) { in addTypeFromAttributes()
108 bool mUpdate; member
3934 pc.mUpdate = true; in notePackageInstalledLocked()3946 pc.mUpdate = true; in notePackageUninstalledLocked()8120 if (pc.mUpdate) { in writeDailyItemsLocked()8249 pc.mUpdate = true; in readDailyItemTagLocked()8260 pc.mUpdate = false; in readDailyItemTagLocked()10500 pc.mUpdate = in.readInt() != 0; in readSummaryFromParcel()10866 out.writeInt(pc.mUpdate ? 1 : 0); in writeSummaryToParcel()
1022 public boolean mUpdate; field in BatteryStats.PackageChange5324 if (pc.mUpdate) { in dumpDailyPackageChanges()