HomeSort by relevance Sort by last modified time
    Searched full:account (Results 651 - 675 of 4748) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
LocalSettingsConstants.java 27 // Preference key for the current account.
36 // e.g. account name.
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 19 import android.accounts.Account;
73 private Account mAccount;
139 final Cursor cursor, final ContentResolver resolver, Account account) {
158 if (account != null) {
159 builder.withValue(RawContacts.ACCOUNT_NAME, account.name);
160 builder.withValue(RawContacts.ACCOUNT_TYPE, account.type);
240 mAccount = new Account(accountName, accountType);
  /prebuilts/go/darwin-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.
17 // User represents a user account.
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 120 // LookupSID retrieves a security identifier sid for the account
121 // and the name of the domain on which the account was found.
123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
124 if len(account) == 0 {
127 acc, e := UTF16PtrFromString(account)
185 // LookupAccount retrieves the name of the account for this sid
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
339 // GetTokenUser retrieves access token t user account information.
  /prebuilts/go/linux-x86/src/os/user/
user.go 5 // Package user allows user account lookups by name or id.
17 // User represents a user account.
  /prebuilts/go/linux-x86/src/syscall/
security_windows.go 120 // LookupSID retrieves a security identifier sid for the account
121 // and the name of the domain on which the account was found.
123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
124 if len(account) == 0 {
127 acc, e := UTF16PtrFromString(account)
185 // LookupAccount retrieves the name of the account for this sid
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
339 // GetTokenUser retrieves access token t user account information.
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 19 import android.accounts.Account;
276 Account[] accounts = mgr.getAccountsAsUser(profileId);
296 Account account = accounts[i]; local
299 if (account.type.equals(descs[j].type)) {
305 Log.w(TAG, "No descriptor for account name=" + account.name
306 + " type=" + account.type);
318 Log.w(TAG, "Bad package name for account type " + desc.type);
320 Log.w(TAG, "Invalid icon id for account type " + desc.type, e)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 61 import com.android.contacts.model.account.AccountInfo;
62 import com.android.contacts.model.account.AccountType;
63 import com.android.contacts.model.account.AccountWithDataSet;
101 * Invoked when the editor should rebind editors for a new account.
104 * @param oldAccount Old account associated with oldState.
105 * @param newAccount New account to be used.
212 // Account header
253 // Account header
519 // Update the account header
753 final AccountInfo account = mCurrentRawContactDelta != nul local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 34 import com.android.emailcommon.provider.Account;
67 public static Store newInstance(Account account, Context context) throws MessagingException {
68 return new Pop3Store(context, account);
72 * Creates a new store for the given account.
74 private Pop3Store(Context context, Account account) throws MessagingException {
76 mAccount = account;
78 HostAuth recvAuth = account.getOrCreateHostAuthRecv(context);
119 * Used by account setup to test if an account's settings are appropriate. The definitio
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 22 import android.accounts.Account;
60 public static long ensureSampleGroupExists(Context context, Account account) {
68 new String[] { account.name, account.type, SAMPLE_GROUP_NAME }, null);
82 contentValues.put(Groups.ACCOUNT_NAME, account.name);
83 contentValues.put(Groups.ACCOUNT_TYPE, account.type);
99 * @param account The username for the account
105 public static synchronized long updateContacts(Context context, String account,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 131 /* mMasInstanceMap: A list of the active MasInstances with the key being the account */
227 * Start a MAS instance for SMS/MMS and each e-mail account.
649 * 1) Build lists of account changes from last update of mEnabledAccounts.
675 for(BluetoothMapAccountItem account: newAccountList) {
676 if(!removedAccounts.remove(account)) {
677 newAccounts.add(account);
683 for(BluetoothMapAccountItem account : removedAccounts) {
684 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account);
685 if (VERBOSE) Log.v(TAG," Removing account: " + account + " masInst = " + masInst)
    [all...]
  /bionic/libc/dns/include/
resolv_params.h 43 uint8_t max_samples; // max # samples taken into account for statistics
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
SelfManagedIncomingCallTestActivity.java 67 PhoneAccount account = PhoneAccountUtils.getSelfManagedPhoneAccount(this);
69 if (account != null &&
70 account.isEnabled() &&
71 account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED) &&
  /cts/hostsidetests/devicepolicy/app/AccountManagement/
AndroidManifest.xml 38 android:label="Account policy CTS Tests" />
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountRemovalDummyActivity.java 43 // Do verification and then remove the account
  /cts/tests/tests/content/res/xml/
syncadapter.xml 25 android:accountType="android.content.cts.account.type"
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DummyGalProvider.java 29 import android.provider.cts.contacts.account.StaticAccountAuthenticator;
161 * - It checks whether the incoming account name/type match the values returned by {@link
176 error.append(String.format("Account name expected=%s but was %s\n",
180 error.append(String.format("Account type expected=%s but was %s\n",
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java 19 import android.accounts.Account;
71 public void onPerformSync(Account account, Bundle extras, String authority,
73 Log.d(TAG, "onPerformSync(" + account + ", " + authority + ", " + extras + ")");
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/xml/
syncadapter.xml 18 android:accountType="com.example.android.sampletvinput.account"
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/res/values/
base-strings.xml 27 When launched under the primary User account, you can toggle between standard app restriction
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/values/
base-strings.xml 26 configured to be forwarded between primary account and managed profile. Finally, you can
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/values/
base-strings.xml 25 doesn\'t require a user-visible account type or 2-way synchronization.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/xml/
syncadapter.xml 20 android:accountType="com.example.android.basicsyncadapter.account"
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 48 public void onAccountReceived(String account);
84 // optional payload, which is used here to hold the account number.
89 // The remote NFC device will immediately respond with its stored account number
92 // Inform CardReaderFragment of received account number
  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 48 public void onAccountReceived(String account);
84 // optional payload, which is used here to hold the account number.
89 // The remote NFC device will immediately respond with its stored account number
92 // Inform CardReaderFragment of received account number

Completed in 2007 milliseconds

<<21222324252627282930>>