Searched refs:getVersionCode (Results 1 – 10 of 10) sorted by relevance
52 protected int getVersionCode() { in getVersionCode() method in EventLogLogger53 return QsbApplication.get(getContext()).getVersionCode(); in getVersionCode()64 EventLogTags.writeQsbStart(mPackageName, getVersionCode(), startMethod, in logStart()
87 public int getVersionCode() { in getVersionCode() method in QsbApplication
61 if (getVersionCode(oldState) != VERSION_CODE) { in performBackup()78 private int getVersionCode(ParcelFileDescriptor state) { in getVersionCode() method in SettingsBackupHelper.NoOpHelper
87 String appVersionName = getVersionCode(getPackageName()); in onCreate()103 private String getVersionCode(String packageName) { in getVersionCode() method in MainActivity
33 public static int getVersionCode() { in getVersionCode() method in Version
31 final int versionCode = Version.getVersionCode(); in testGetVersionCode()
60 public int getVersionCode() { in getVersionCode() method in VersionUtil
70 public static int getVersionCode(final Context context) { in getVersionCode() method in ApplicationUtils
1487 public static String getVersionCode(Context context) { in getVersionCode() method in Utils
1957 p.println(" VersionCode = " + ApplicationUtils.getVersionCode(this)); in dump()