/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/applications/ |
D | ApplicationsStateTest.java | 33 private ApplicationsState.AppEntry mEntry; field in ApplicationsStateTest 37 mEntry = mock(ApplicationsState.AppEntry.class); in setUp() 38 mEntry.info = mock(ApplicationInfo.class); in setUp() 43 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME; in testGamesFilterAcceptsGameDeprecated() 45 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGamesFilterAcceptsGameDeprecated() 50 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testGameFilterAcceptsCategorizedGame() 52 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGame() 57 mEntry.info.flags = ApplicationInfo.FLAG_IS_GAME; in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame() 58 mEntry.info.category = ApplicationInfo.CATEGORY_GAME; in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame() 60 assertThat(ApplicationsState.FILTER_GAMES.filterApp(mEntry)).isTrue(); in testGameFilterAcceptsCategorizedGameAndDeprecatedIsGame() [all …]
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | ReprocessFormatsMap.java | 113 mEntry = entry; in ReprocessFormatsMap() 132 int left = mEntry.length; in getInputs() 133 for (int i = 0, j = 0; i < mEntry.length; j++) { in getInputs() 134 final int format = mEntry[i]; in getInputs() 144 final int length = mEntry[i]; in getInputs() 180 int left = mEntry.length; in getOutputs() 181 for (int i = 0; i < mEntry.length; ) { in getOutputs() 182 final int inputFormat = mEntry[i]; in getOutputs() 192 final int length = mEntry[i]; in getOutputs() 210 outputs[k] = mEntry[i + k]; in getOutputs() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 83 private NotificationData.Entry mEntry; field in RemoteInputView 146 mEntry.remoteInputText = mEditText.getText(); in sendRemoteInput() 147 mController.addSpinning(mEntry.key, mToken); in sendRemoteInput() 148 mController.removeRemoteInput(mEntry, mToken); in sendRemoteInput() 150 mController.remoteInputSent(mEntry); in sendRemoteInput() 158 mEntry.notification.getPackageName(), in sendRemoteInput() 159 mEntry.notification.getUser().getIdentifier()); in sendRemoteInput() 162 mEntry.notification.getPackageName()); in sendRemoteInput() 168 mEntry.notification.getPackageName()); in sendRemoteInput() 178 v.mEntry = entry; in inflate() [all …]
|
/frameworks/base/tools/aapt/tests/ |
D | MockDirectoryWalker.h | 48 mEntry.d_type = DT_REG; in nextEntry() 49 mEntry.d_ino = mPos; in nextEntry() 53 mEntry.d_name[i] = mData[mPos].first[i]; in nextEntry() 54 mEntry.d_name[i] = '\0'; in nextEntry() 63 return &mEntry; in nextEntry()
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 41 struct dirent mEntry; variable 78 mEntry = *entryPtr; in nextEntry() 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); in nextEntry() 82 return &mEntry; in nextEntry()
|
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/ |
D | SimpleRecipientChip.java | 36 private final RecipientEntry mEntry; field in SimpleRecipientChip 49 mEntry = entry; in SimpleRecipientChip() 94 return mEntry; in getEntry() 108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination(); in getOriginalText()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | VisualStabilityManagerTest.java | 47 private NotificationData.Entry mEntry; field in VisualStabilityManagerTest 52 mEntry = new NotificationData.Entry(mock(StatusBarNotification.class)); in setUp() 53 mEntry.row = mRow; in setUp() 134 mVisualStabilityManager.onHeadsUpStateChanged(mEntry, true); in testReorderingVisibleHeadsUpNotAllowed() 143 mVisualStabilityManager.onHeadsUpStateChanged(mEntry, true); in testReorderingVisibleHeadsUpAllowed() 152 mVisualStabilityManager.onHeadsUpStateChanged(mEntry, true); in testReorderingVisibleHeadsUpAllowedOnce()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | RowInflaterTask.java | 34 private NotificationData.Entry mEntry; field in RowInflaterTask 44 mEntry = entry; in inflate() 57 mEntry.onInflationTaskFinished(); in onInflateFinished()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 150 private NotificationData.Entry mEntry; field in ExpandableNotificationRow 182 mOnExpandClickListener.onExpandClicked(mEntry, nowExpanded); 199 mOnExpandClickListener.onExpandClicked(mEntry, nowExpanded); 327 mEntry = entry; in updateNotification() 334 l.onNotificationUpdated(mEntry); in onNotificationUpdated() 362 StatusBarIconView expandedIcon = mEntry.expandedIcon; in updateShelfIconColor() 372 color = mEntry.getContrastedColor(mContext, mIsLowPriority && !isExpanded(), in updateShelfIconColor() 396 boolean beforeN = mEntry.targetSdk < Build.VERSION_CODES.N; in updateLimitsForView() 425 return mEntry; 826 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);
|
/frameworks/av/media/libnbaio/ |
D | NBLog.cpp | 54 NBLog::FormatEntry::FormatEntry(const uint8_t *entry) : mEntry(entry) { in FormatEntry() 62 return (const char*) mEntry + offsetof(entry, data); in formatString() 66 return mEntry[offsetof(entry, length)]; in formatStringLength() 137 return iterator(mEntry); in begin()
|
/frameworks/av/media/libnbaio/include/ |
D | NBLog.h | 147 const uint8_t *mEntry;
|