OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buttonText
(Results
1 - 8
of
8
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java
158
public ButtonInfo(int
buttonText
, Intent... intents) {
159
mButtonText =
buttonText
;
164
public ButtonInfo(int
buttonText
, String intentFactoryClassName) {
165
mButtonText =
buttonText
;
221
Intent[] createIntents(String testId, int
buttonText
);
/packages/apps/Settings/src/com/android/settings/
RadioInfo.java
428
String
buttonText
= isRadioOn() ?
431
radioPowerButton.setText(
buttonText
);
[
all
...]
ChooseLockPassword.java
146
this.
buttonText
= nextButtonText;
151
public final int
buttonText
;
480
mNextButton.setText(mUiStage.
buttonText
);
/frameworks/base/core/java/android/preference/
PreferenceActivity.java
635
String
buttonText
= intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT);
636
if (TextUtils.isEmpty(
buttonText
)) {
640
mNextButton.setText(
buttonText
);
644
String
buttonText
= intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT);
645
if (TextUtils.isEmpty(
buttonText
)) {
649
backButton.setText(
buttonText
);
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java
177
public Intent[] createIntents(String testId, int
buttonText
) {
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js
[
all
...]
Completed in 986 milliseconds