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

<<31323334353637383940>>

  /external/mesa3d/docs/
repository.html 64 Mesa developers need to first have an account on
66 To get an account, please ask Brian or the other Mesa developers for
74 Once your account is established:
  /external/openssh/contrib/cygwin/
ssh-host-config 154 csih_inform "However, using privilege separation requires a non-privileged account"
336 /usr/bin/sed -ne 's/^Account *: *//gp')
339 # Convert "LocalSystem" to "SYSTEM" as is the correct account name
346 # Check local account
357 csih_warning "Couldn't determine name of user running sshd service from account database!"
425 csih_inform "SYSTEM account cannot setuid to other users -- a capability"
427 csih_inform "account. This script will help you do so."
473 csih_inform "account (also known as SYSTEM). To start the service now, call"
485 csih_inform "account. To start the service now, call \`net start ${service_name}' or"
601 echo " --user -u <account> privileged user for service, default 'cyg_server'.
    [all...]
  /external/proguard/src/proguard/evaluation/
TracedStack.java 33 * into account dup/swap instructions as proper instructions or ignoring them.
176 // Account for the extra space required by Category 2 values.
189 // Account for the extra space required by Category 2 values.
  /external/skia/src/codec/
SkSwizzler.h 77 * scaling, subsetting, and partial frames into account.
83 * scaling, subsetting, and partial frames into account.
142 // account by multiplying by fSrcBPP. This may
  /frameworks/base/proto/src/
system_messages.proto 168 // Inform the user they need to sign in to an account
172 // Inform the user that there has been a permission request for an account
207 // Confirm that the user wants to remove the guest account.
  /packages/apps/Contacts/src/com/android/contacts/
MoreContactUtils.java 29 import com.android.contacts.model.account.AccountType;
223 * Returns the intent to launch for the given invitable account type and contact lookup URI.
224 * This will return null if the account type is not invitable (i.e. there is no
  /packages/apps/Contacts/src/com/android/contacts/drawer/
DrawerFragment.java 46 import com.android.contacts.model.account.AccountInfo;
47 import com.android.contacts.model.account.AccountsLoader;
48 import com.android.contacts.model.account.AccountsLoader.AccountsListener;
  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberPickerFragment.java 36 import com.android.contacts.model.account.AccountWithDataSet;
42 * Fragment containing raw contacts for a specified account that are not already in a group.
282 // Added in ContactSelectionActivity but we must account for selection mode
  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 17 package com.android.contacts.model.account;
40 * G+ account actions. Even though this points to gms, in some cases gms will still hand
76 FeedbackHelper.sendFeedback(context, TAG, "Failed to build google account type", e);
  /packages/apps/Contacts/tests/src/com/android/contacts/
GroupsDaoIntegrationTests.java 35 import com.android.contacts.model.account.AccountWithDataSet;
283 public Uri create(String title, AccountWithDataSet account) {
284 final Uri result = mDelegate.create(title, account);
  /packages/apps/Contacts/tests/src/com/android/contacts/preference/
ContactsPreferencesTest.java 26 import com.android.contacts.model.account.AccountWithDataSet;
234 // account we should just use it.
235 assertFalse("Should not prompt to change default if there is only one account available",
  /packages/apps/Dialer/java/com/android/contacts/common/
MoreContactUtils.java 28 import com.android.contacts.common.model.account.AccountType;
231 * Returns the intent to launch for the given invitable account type and contact lookup URI. This
232 * will return null if the account type is not invitable (i.e. there is no {@link
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
GoogleAccountType.java 17 package com.android.contacts.common.model.account;
36 * The package name that we should load contacts.xml from and rely on to handle G+ account
72 Log.e(TAG, "Problem building account type", e);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneCallDetails.java 90 // The unique identifier for the account associated with the call.
145 * Construct the "on {accountLabel} via {viaNumber}" accessibility description for the account
150 * @return The description of the account that this call has been placed on.
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 157 * Indicates whether the phone account associated with this call supports specifying a call
458 // If the phone account handle of the call is set, cache capability bit indicating whether
459 // the phone account supports call subjects.
697 * @return {@code true} if the call's phone account supports call subjects, {@code false}
1036 PhoneAccount account = getPhoneAccount(); local
1105 PhoneAccount account = local
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
ProvisioningParamsTest.java 20 import android.accounts.Account;
54 private static final Account TEST_ACCOUNT_TO_MIGRATE =
55 new Account("user@gmail.com", "com.google");
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 76 public void setAccount(String account) {
77 mAccount = account;
282 public void handleOption1(Context context, String account, Message message,
  /packages/services/Telephony/src/com/android/phone/vvm/
VvmSimStateTracker.java 68 * Waits for the account to become {@link ServiceState#STATE_IN_SERVICE} and notify the
91 // TelephonyManager does not need to be pinned to an account when removing a
147 "null phone account handle ID, possible modem crash."
  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 63 diff += (diff & 0x8000) << 1; // Account for sign extension in addiu.
  /cts/hostsidetests/content/src/android/content/cts/
InvalidSyncAuthoritiesHostTest.java 63 // Test account got left on the device. This test should still pass.
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileProvisioningTest.java 47 // Remove the test app account: also done by uninstallPackage
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
ContactsContract_Subquery.java 17 package android.provider.cts.contacts.account;
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExternalCallTest.java 45 PhoneAccount account = setupConnectionService( local
SelfManagedConnectionServiceTest.java 97 // The phone account is registered in the setup method.
127 // Attempt to register both a call provider and self-managed account.
147 // Attempt to register both a call provider and self-managed account.
167 // Attempt to register both a call provider and self-managed account.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
GradientTests.java 60 }, 20)); // Tolerance set to account for dithering and interpolation

Completed in 1340 milliseconds

<<31323334353637383940>>