Searched refs:REQUEST_CODE_DEBUG_APP (Results 1 – 8 of 8) sorted by relevance
19 …tic com.android.settings.development.DevelopmentOptionsActivityRequestCodes.REQUEST_CODE_DEBUG_APP;60 mFragment.startActivityForResult(intent, REQUEST_CODE_DEBUG_APP); in handlePreferenceTreeClick()73 if (requestCode != REQUEST_CODE_DEBUG_APP || resultCode != Activity.RESULT_OK) { in onActivityResult()
19 …tic com.android.settings.development.DevelopmentOptionsActivityRequestCodes.REQUEST_CODE_DEBUG_APP;74 if (requestCode != REQUEST_CODE_DEBUG_APP || resultCode != Activity.RESULT_OK) { in onActivityResult()
25 int REQUEST_CODE_DEBUG_APP = 1; field
19 …oid.car.developeroptions.development.DevelopmentOptionsActivityRequestCodes.REQUEST_CODE_DEBUG_APP;60 mFragment.startActivityForResult(intent, REQUEST_CODE_DEBUG_APP); in handlePreferenceTreeClick()73 if (requestCode != REQUEST_CODE_DEBUG_APP || resultCode != Activity.RESULT_OK) { in onActivityResult()
19 …oid.car.developeroptions.development.DevelopmentOptionsActivityRequestCodes.REQUEST_CODE_DEBUG_APP;74 if (requestCode != REQUEST_CODE_DEBUG_APP || resultCode != Activity.RESULT_OK) { in onActivityResult()
20 .REQUEST_CODE_DEBUG_APP;85 verify(mFragment).startActivityForResult(activityStartIntent, REQUEST_CODE_DEBUG_APP); in handlePreferenceTreeClick_preferenceClicked_launchActivity()114 .onActivityResult(REQUEST_CODE_DEBUG_APP, Activity.RESULT_OK, activityResultIntent); in onActivityResult_foobarAppSelected_shouldUpdateSummaryWithDebugLabel()
20 .REQUEST_CODE_DEBUG_APP;154 .onActivityResult(REQUEST_CODE_DEBUG_APP, Activity.RESULT_OK, onActivityResultIntent); in onActivityResult_requestCodeAndSettingEnabled_waitForDebuggerShouldBeChecked()166 .onActivityResult(REQUEST_CODE_DEBUG_APP, Activity.RESULT_OK, onActivityResultIntent); in onActivityResult_requestCodeAndSettingDisabled_waitForDebuggerShouldNotBeChecked()