HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ACCOUNT_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 64 private static final String EXTRA_ACCOUNT_ID = "ACCOUNT_ID";
116 intent.putExtra(EXTRA_ACCOUNT_ID, accountId);
129 intent.putExtra(EXTRA_ACCOUNT_ID, accountId);
148 extras.putLong(EXTRA_ACCOUNT_ID, accountId);
156 accountId = i.getLongExtra(EXTRA_ACCOUNT_ID, -1);
232 final long accountId = args.getLong(EXTRA_ACCOUNT_ID, -1);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 115 * EXTRA_ACCOUNT_ID containing the account_id
123 public static final String EXTRA_ACCOUNT_ID = "AccountId"; // Is this needed
    [all...]

Completed in 119 milliseconds