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
311 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
314 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
317 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
320 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
323 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
326 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
330 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
334 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID))
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 79 public static final String IS_PROFILE = "is_profile";
175 mIsProfile = intent.getBooleanExtra(IS_PROFILE, false);
283 intent.putExtra(IS_PROFILE, isProfile);
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 499 bool is_profile = !is_credit_card && local
501 if (!is_credit_card && !is_profile)
    [all...]

Completed in 116 milliseconds