Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 8 of 8) sorted by relevance

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java186 IntentFlag flag = FlagUtils.getFlagForString(item); in fillCheckBoxLayout() local
235 IntentFlag flag = (IntentFlag) compoundButton.getTag(TAG_FLAG); in onCheckedChanged() local
263 private void suggestFlags(IntentFlag flag) { in suggestFlags()
276 IntentFlag flag = (IntentFlag) box.getTag(TAG_FLAG); in hasSuggestion() local
363 private CheckBox getCheckBox(IntentFlag flag) { in getCheckBox()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDisplayActivity.java86 int flag = fullscreen ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0; in setFullScreen() local
/development/tools/bugreport/src/com/android/bugreport/
DOptions.java81 String flag; in parseArgs() local
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java102 final int flag; in doCommitContent() local
132 flag, null); in doCommitContent() local
/development/samples/ToyVpn/server/linux/
DToyVpnServer.cpp88 int flag = 1; in get_tunnel() local
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java130 int flag = characteristic.getProperties(); in broadcastUpdate() local
/development/python-packages/adb/
Ddevice.py116 def _get_device_by_type(flag, adb_path): argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java188 public void glDepthMask(boolean flag) { in glDepthMask()