Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 54) sorted by relevance

123

/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
DMainActivity.java108 private boolean onCommitContent(InputContentInfoCompat inputContentInfo, int flags, in onCommitContent()
142 private boolean onCommitContentInternal(InputContentInfoCompat inputContentInfo, int flags) { in onCommitContentInternal()
238 private static String flagsToString(int flags) { in flagsToString()
/development/vndk/tools/header-checker/utils/
Dutils.py105 def run_header_abi_dumper(input_path, cflags=tuple(), argument
119 flags=tuple()): argument
147 flags=tuple()): argument
298 flags=tuple()): argument
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java69 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSuggestions() local
126 final int flags = length <= 3 ? SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY in onGetSentenceSuggestionsMultiple() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DFlagUtils.java52 int flags = intent.getFlags(); in discoverFlags() local
DIntentBuilderView.java328 public void selectFlags(List<String> flags) { in selectFlags()
341 public void selectFlags(Collection<IntentFlag> flags) { in selectFlags()
359 private void disableFlags(Collection<IntentFlag> flags) { in disableFlags()
DIntentFragment.java68 List<String> flags = FlagUtils.discoverFlags(intent); in onResume() local
/development/host/windows/usb/api/
Dadb_interface_enum.cpp40 DWORD flags = DIGCF_DEVICEINTERFACE; in InitializeEnum() local
Dadb_api_private_defines.h96 DWORD flags() const { in flags() function
/development/samples/ApiDemos/src/com/example/android/apis/app/
DNotificationBackgroundService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DLocalService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DForegroundService.java85 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
DActionBarDisplayOptions.java84 int flags = 0; in onClick() local
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DMyJobService.java64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DMediaCodecWrapper.java189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()
245 int flags) { in writeSample()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DMediaCodecWrapper.java189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()
245 int flags) { in writeSample()
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DMediaCodecWrapper.java189 final int flags) throws MediaCodec.CryptoException, WriteException { in writeSample()
245 int flags) { in writeSample()
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java118 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact()
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DClientCallbackImpl.java99 public void onHideSoftInput(int flags, ResultReceiver resultReceiver) { in onHideSoftInput()
115 public void onShowSoftInput(int flags, ResultReceiver resultReceiver) { in onShowSoftInput()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyPermissionUtil.java109 int flags = mPermManager.getPermissionFlags(pi.name, pkg, UserHandle.myUserId()); in shouldTargetPermission() local
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/development/vndk/tools/header-checker/tests/
Dtest.py73 expected_return_code, flags=[]): argument
78 target_arch, expected_return_code, flags=[]): argument
89 expected_return_code, flags=[], argument
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java278 public DeleteAdapter(Context context, Cursor c, int flags) { in DeleteAdapter()
308 public ChangeAdapter(Context context, Cursor c, int flags) { in ChangeAdapter()

123