Searched refs:debuggable (Results 1 – 7 of 7) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | DelayedLaunchInfo.java | 93 IAndroidLaunchAction launchAction, IFile pack, Boolean debuggable, in DelayedLaunchInfo() argument 102 mDebuggable = debuggable; in DelayedLaunchInfo()
|
D | DeviceChooserDialog.java | 218 String debuggable = device.getProperty(IDevice.PROP_DEBUGGABLE); in getColumnText() local 219 if (debuggable != null && debuggable.equals("1")) { //$NON-NLS-1$ in getColumnText()
|
D | AndroidLaunchController.java | 300 String packageName, String debugPackageName, Boolean debuggable, in launch() argument 310 debugPackageName, launchAction, apk, debuggable, requiredApiVersionNumber, launch, in launch()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | ProjectCheckPage.java | 177 Boolean debuggable = null; in buildErrorUi() local 179 debuggable = manifestData.getDebuggable(); in buildErrorUi() 182 if (debuggable != null && debuggable == Boolean.TRUE) { in buildErrorUi()
|
/sdk/ |
D | changes.txt | 66 * Find hardcoded android:debuggable attributes on <application> 158 - Support for true debug build. No need to change the value of debuggable in 160 "ant debug" will automatically insert debuggable==true, while "ant release" 162 If debuggable=true is set, then "ant release" will actually do a debug build.
|
/sdk/eclipse/ |
D | dictionary.txt | 69 debuggable
|
D | changes.txt | 429 debuggable in the Android Manifest. Incremental build will 430 automatically insert debuggable==true while using the "export 431 signed/unsigned application package" will not. If debuggable=true
|