HomeSort by relevance Sort by last modified time
    Searched full:is_profile (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 53 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0) macro
341 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
344 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
347 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
350 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
353 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
356 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
359 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
362 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
365 if (is_profile(profile_id, BT_PROFILE_MAP_CLIENT_ID)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 73 public static final String IS_PROFILE = "is_profile";
169 mIsProfile = intent.getBooleanExtra(IS_PROFILE, false);
278 intent.putExtra(IS_PROFILE, isProfile);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 492 bool is_profile = !is_credit_card && local
494 if (!is_credit_card && !is_profile)
    [all...]

Completed in 184 milliseconds