Searched refs:mDebugApp (Results 1 – 1 of 1) sorted by relevance
186 private String mDebugApp; field in DevelopmentFragment723 mDebugApp, mWaitForDebugger.isChecked(), true); in writeDebuggerOptions()776 mDebugApp = Settings.Global.getString(mContentResolver, Settings.Global.DEBUG_APP); in updateDebuggerOptions()779 if (mDebugApp != null && mDebugApp.length() > 0) { in updateDebuggerOptions()782 ApplicationInfo ai = getActivity().getPackageManager().getApplicationInfo(mDebugApp, in updateDebuggerOptions()785 label = lab != null ? lab.toString() : mDebugApp; in updateDebuggerOptions()787 label = mDebugApp; in updateDebuggerOptions()1441 mDebugApp = data.getAction(); in onActivityResult()