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 51 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0) macro
310 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
313 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
316 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
319 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
322 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
325 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
329 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
333 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID))
  /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 485 bool is_profile = !is_credit_card && local
487 if (!is_credit_card && !is_profile)
    [all...]

Completed in 53 milliseconds