Home
last modified time | relevance | path

Searched refs:forProfile (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java242 protected void onBeginTransactionInternal(boolean forProfile) {
243 super.onBeginTransactionInternal(forProfile);
244 if (forProfile) {
252 protected void onCommitTransactionInternal(boolean forProfile) {
253 super.onCommitTransactionInternal(forProfile);
254 if (forProfile) {
262 protected void onRollbackTransactionInternal(boolean forProfile) {
263 super.onRollbackTransactionInternal(forProfile);
264 if (forProfile) {
/packages/modules/IntentResolver/java/src/com/android/intentresolver/profiles/
DProfileDescriptor.java54 @MultiProfilePagerAdapter.ProfileType int forProfile, in ProfileDescriptor()
61 mProfile = forProfile; in ProfileDescriptor()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java49 public TransactionContext(boolean forProfile) { in TransactionContext() argument
50 mForProfile = forProfile; in TransactionContext()
DContactsProvider2.java2737 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() argument
2739 Log.i(TAG, "onBeginTransaction: " + (forProfile ? "profile" : "contacts"), in onBeginTransactionInternal()
2742 if (forProfile) { in onBeginTransactionInternal()
2758 protected void onCommitTransactionInternal(boolean forProfile) { in onCommitTransactionInternal() argument
2760 Log.i(TAG, "onCommitTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onCommitTransactionInternal()
2763 if (forProfile) { in onCommitTransactionInternal()
2793 protected void onRollbackTransactionInternal(boolean forProfile) { in onRollbackTransactionInternal() argument
2795 Log.i(TAG, "onRollbackTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onRollbackTransactionInternal()
2798 if (forProfile) { in onRollbackTransactionInternal()