Searched refs:mDebugApp (Results 1 – 2 of 2) sorted by relevance
188 private String mDebugApp; field in DevelopmentFragment693 mDebugApp, mWaitForDebugger.isChecked(), true); in writeDebuggerOptions()746 mDebugApp = Settings.Global.getString(mContentResolver, Settings.Global.DEBUG_APP); in updateDebuggerOptions()749 if (mDebugApp != null && mDebugApp.length() > 0) { in updateDebuggerOptions()752 ApplicationInfo ai = getActivity().getPackageManager().getApplicationInfo(mDebugApp, in updateDebuggerOptions()755 label = lab != null ? lab.toString() : mDebugApp; in updateDebuggerOptions()757 label = mDebugApp; in updateDebuggerOptions()1506 mDebugApp = data.getAction(); in onActivityResult()
245 private String mDebugApp; field in DevelopmentSettings841 mDebugApp, mWaitForDebugger.isChecked(), true); in writeDebuggerOptions()890 mDebugApp = Settings.Global.getString( in updateDebuggerOptions()894 if (mDebugApp != null && mDebugApp.length() > 0) { in updateDebuggerOptions()897 ApplicationInfo ai = getActivity().getPackageManager().getApplicationInfo(mDebugApp, in updateDebuggerOptions()900 label = lab != null ? lab.toString() : mDebugApp; in updateDebuggerOptions()902 label = mDebugApp; in updateDebuggerOptions()1746 mDebugApp = data.getAction(); in onActivityResult()