Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 7 of 7) sorted by relevance

/development/ndk/tests/
Drun-all.sh43 OPTION_HELP=yes
46 VERBOSE=yes
/development/tools/findunused/
Dfindunusedresources18 showall=yes
74 if [ "$showall" == "yes" ]
Dfindunusedstrings16 showall=yes
/development/apps/Development/src/com/android/development/
DShowActivity.java109 ? getText(R.string.yes) : getText(R.string.no)); in onCreate()
112 ? getText(R.string.yes) : getText(R.string.no)); in onCreate()
115 ? getText(R.string.yes) : getText(R.string.no)); in onCreate()
/development/ndk/platforms/android-21/include/linux/
Dinet_diag.h67 unsigned char yes; member
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java114 .setChoices(new String[] { context.getString(R.string.yes), in apply()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java149 + ((info.isGroupOwner == true) ? getResources().getString(R.string.yes) in onConnectionInfoAvailable()