Searched refs:info (Results 301 - 325 of 840) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1161 for (ManagedServiceInfo info : serviceInfoList) {
1162 names.add(info.component);
1169 private boolean removeDisabledHints(ManagedServiceInfo info) { argument
1170 return removeDisabledHints(info, 0);
1173 private boolean removeDisabledHints(ManagedServiceInfo info, int hints) { argument
1182 removed = removed || listeners.remove(info);
1189 private void addDisabledHints(ManagedServiceInfo info, int hints) { argument
1191 addDisabledHint(info, HINT_HOST_DISABLE_EFFECTS);
1195 addDisabledHint(info, HINT_HOST_DISABLE_NOTIFICATION_EFFECTS);
1199 addDisabledHint(info, HINT_HOST_DISABLE_CALL_EFFECT
1203 addDisabledHint(ManagedServiceInfo info, int hint) argument
3688 makeRankingUpdateLocked(ManagedServiceInfo info) argument
3759 ForListener(ManagedServiceInfo info) argument
3803 onServiceAdded(ManagedServiceInfo info) argument
3837 notifyEnqueued(final ManagedServiceInfo info, final StatusBarNotification sbn, int importance, boolean fromUser) argument
3934 onServiceAdded(ManagedServiceInfo info) argument
3956 setOnNotificationPostedTrimLocked(ManagedServiceInfo info, int trim) argument
3964 getOnNotificationPostedTrim(ManagedServiceInfo info) argument
4078 notifyPosted(final ManagedServiceInfo info, final StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) argument
4089 notifyRemoved(ManagedServiceInfo info, StatusBarNotification sbn, NotificationRankingUpdate rankingUpdate) argument
4103 notifyRankingUpdate(ManagedServiceInfo info, NotificationRankingUpdate rankingUpdate) argument
4113 notifyListenerHintsChanged(ManagedServiceInfo info, int hints) argument
4122 notifyInterruptionFilterChanged(ManagedServiceInfo info, int interruptionFilter) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java134 // The group info obtained after connecting.
295 Slog.d(TAG, "Successfully set WFD info.");
308 Slog.d(TAG, "Failed to set WFD info with reason " + reason + ".");
323 Slog.d(TAG, "Successfully set WFD info.");
330 Slog.d(TAG, "Failed to set WFD info with reason " + reason + ".");
788 private WifiDisplaySessionInfo getSessionInfo(WifiP2pGroup info, int session) { argument
789 if (info == null) {
792 Inet4Address addr = getInterfaceAddress(info);
794 !info.getOwner().deviceAddress.equals(mThisDevice.deviceAddress),
796 info
997 getInterfaceAddress(WifiP2pGroup info) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiScanner.java860 BssidInfo info = bssidInfos[i];
861 dest.writeString(info.bssid);
862 dest.writeInt(info.low);
863 dest.writeInt(info.high);
864 dest.writeInt(info.frequencyHint);
884 BssidInfo info = new BssidInfo();
885 info.bssid = in.readString();
886 info.low = in.readInt();
887 info.high = in.readInt();
888 info
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java273 TaskRecord(ActivityManagerService service, int _taskId, ActivityInfo info, Intent _intent, argument
278 userId = UserHandle.getUserId(info.applicationInfo.uid);
287 mCallingUid = info.applicationInfo.uid;
288 mCallingPackage = info.packageName;
289 setIntent(_intent, info);
290 setMinDimensions(info);
294 TaskRecord(ActivityManagerService service, int _taskId, ActivityInfo info, Intent _intent, argument
299 userId = UserHandle.getUserId(info.applicationInfo.uid);
308 mCallingUid = info.applicationInfo.uid;
309 mCallingPackage = info
398 setIntent(Intent _intent, ActivityInfo info) argument
483 setMinDimensions(ActivityInfo info) argument
[all...]
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java418 public void onRouteAdded(MediaRouter router, RouteInfo info) { argument
423 public void onRouteRemoved(MediaRouter router, RouteInfo info) { argument
428 public void onRouteChanged(MediaRouter router, RouteInfo info) { argument
433 public void onRouteSelected(MediaRouter router, int type, RouteInfo info) { argument
438 public void onRouteUnselected(MediaRouter router, int type, RouteInfo info) { argument
443 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument
449 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java85 public NfcFServiceInfo(ResolveInfo info, String description, argument
88 this.mService = info;
97 public NfcFServiceInfo(PackageManager pm, ResolveInfo info) argument
99 ServiceInfo si = info.serviceInfo;
124 mService = info;
273 ResolveInfo info = ResolveInfo.CREATOR.createFromParcel(source);
286 NfcFServiceInfo service = new NfcFServiceInfo(info, description,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBatteryTile.java214 public void onBatteryInfoLoaded(BatteryInfo info) {
216 bindBatteryInfo(info);
241 private void bindBatteryInfo(BatteryInfo info) { argument
243 builder.append(info.batteryPercentString, new RelativeSizeSpan(2.6f),
245 if (info.remainingLabel != null) {
251 builder.append(info.remainingLabel);
255 info.bindHistory((UsageView) mCurrentView.findViewById(R.id.battery_usage));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp451 RangeInfo info; local
452 info.mLength = size;
453 info.mTimestampUs = timeUs;
454 mRangeInfos.push_back(info);
472 RangeInfo info = *mRangeInfos.begin(); local
475 sp<ABuffer> accessUnit = new ABuffer(info.mLength);
476 memcpy(accessUnit->data(), mBuffer->data(), info.mLength);
477 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
480 mBuffer->data() + info.mLength,
481 mBuffer->size() - info
642 const RangeInfo &info = *mRangeInfos.begin(); local
763 RangeInfo *info = &*mRangeInfos.begin(); local
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java45 * a tree of accessibility node info.
48 * Once an accessibility node info is delivered to an accessibility service it is
54 * node info as well as details about the security model.
127 * Action that clicks on the node info.
162 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_AT_MOVEMENT_GRANULARITY, arguments);
194 * info.performAction(AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY,
222 * info.performAction(AccessibilityNodeInfo.ACTION_NEXT_HTML_ELEMENT, arguments);
237 * info.performAction(AccessibilityNodeInfo.ACTION_PREVIOUS_HTML_ELEMENT, arguments);
280 * info.performAction(AccessibilityNodeInfo.ACTION_SET_SELECTION, arguments);
316 * info
2702 obtain(AccessibilityNodeInfo info) argument
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp845 const mkvparser::SegmentInfo *info = mSegment->GetInfo();
847 info->GetMuxingAppAsUTF8(),
848 info->GetWritingAppAsUTF8());
1123 HDRStaticInfo info, nullInfo; // nullInfo is a fully unspecified static info local
1124 memset(&info, 0, sizeof(info));
1127 info.sType1.mMaxContentLightLevel = color->max_cll;
1130 info.sType1.mMaxFrameAverageLightLevel = color->max_fall;
1135 // group. See CTA-681.3 section 3.2.1 for more info
1319 TrackInfo *info = &mTracks.editItemAt(i); local
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java222 UserInfo info; field in class:UserManagerService.UserData
466 UserInfo ui = mUsers.valueAt(i).info;
519 UserInfo ui = mUsers.valueAt(i).info;
535 UserInfo ui = mUsers.valueAt(i).info;
586 UserInfo userInfo = mUsers.get(profileId).info;
587 // If full info is not required - clear PII data to prevent 3P apps from reading it
612 UserInfo profile = mUsers.valueAt(i).info;
755 UserInfo info;
757 info = getUserInfoLU(userHandle);
759 if (info
1568 writeBitmapLP(UserInfo info, Bitmap bitmap) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java76 mLog.info("Found %d classes in input JAR%s.",
102 mLog.info("++++++ %d Entries found in source JARs", deps.size());
103 mLog.info("");
106 mLog.info( "+Found : %s", entry.getKey());
108 mLog.info(" uses: %s", dep);
111 mLog.info("");
119 mLog.info("");
120 mLog.info("------ %d Entries missing from source JARs", missing.size());
121 mLog.info("");
124 mLog.info( "
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java50 // True if display info and display ids should be cached.
57 // orientation change before the display info cache has actually been invalidated.
111 DisplayInfo info;
113 info = mDisplayInfoCache.get(displayId);
114 if (info != null) {
115 return info;
119 info = mDm.getDisplayInfo(displayId);
120 if (info == null) {
125 mDisplayInfoCache.put(displayId, info);
130 Log.d(TAG, "getDisplayInfo: displayId=" + displayId + ", info
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java130 public void onDeviceOpenFailure(final int cameraId, final String info) { argument
134 mCallback.onDeviceOpenFailure(cameraId, info);
139 public void onDeviceOpenedAlready(final int cameraId, final String info) { argument
143 mCallback.onDeviceOpenedAlready(cameraId, info);
148 public void onReconnectionFailure(final CameraAgent mgr, final String info) { argument
152 mCallback.onReconnectionFailure(mgr, info);
254 * @param info The extra info regarding this failure.
256 public void onDeviceOpenFailure(int cameraId, String info); argument
263 public void onDeviceOpenedAlready(int cameraId, String info); argument
272 onReconnectionFailure(CameraAgent mgr, String info) argument
[all...]
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp162 SF_INFO info; local
163 info.frames = 0;
164 info.samplerate = sampleRate;
165 info.channels = channelCount;
168 info.format = SF_FORMAT_WAV | SF_FORMAT_PCM_U8;
171 info.format = SF_FORMAT_WAV | SF_FORMAT_PCM_16;
174 info.format = SF_FORMAT_WAV | SF_FORMAT_PCM_32;
177 info.format = SF_FORMAT_WAV | SF_FORMAT_FLOAT;
183 sndfile = sf_open(path, SFM_WRITE, &info);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp61 mp3Header *info mp3 header info
191 mp3Header *info)
196 int32 sfreq = info->sampling_frequency + info->version_x + (info->version_x << 1);
207 if (info->version_x != MPEG_1)
187 pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], mp3ScaleFactors *scalefac, granuleInfo *gr_info, int32 used_freq_lines, mp3Header *info) argument
/frameworks/av/radio/
H A DRadio.cpp216 status_t Radio::getProgramInformation(struct radio_program_info *info) argument
222 return mIRadio->getProgramInformation(info);
248 if (event->info.metadata != NULL) {
249 event->info.metadata =
250 (radio_metadata_t *)((char *)event + (size_t)event->info.metadata);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java88 SubscriptionInfo info = monitor.getSubscriptionInfoForSubId(mSubId);
89 CharSequence displayName = info != null ? info.getDisplayName() : ""; // don't crash
91 if (info != null) {
92 color = info.getIconTint();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceListener.java61 VendorInfo info = new VendorInfo(context.getResources(), arrayID);
62 vendorInfoMap.put(info.mVendorID, info);
63 vendorInfoMap.put(info.mPackageName, info);
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DServiceListener.java61 VendorInfo info = new VendorInfo(context.getResources(), arrayID);
62 vendorInfoMap.put(info.mVendorID, info);
63 vendorInfoMap.put(info.mPackageName, info);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DConnectivityController.java102 final NetworkInfo info = mConnManager.getActiveNetworkInfoForUid(jobStatus.getSourceUid(),
104 final boolean connected = (info != null) && info.isConnected();
105 final boolean unmetered = connected && !info.isMetered();
106 final boolean notRoaming = connected && !info.isRoaming();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java228 BufferInfo info = new BufferInfo();
231 int index = codec.dequeueOutputBuffer(info, TIMEOUT_USEC);
238 buffer.limit(info.offset + info.size);
239 buffer.position(info.offset);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java85 ResolveInfo info = list.get(i);
86 CharSequence labelSeq = info.loadLabel(pm);
89 : info.activityInfo.name;
99 info.activityInfo.applicationInfo.packageName,
100 info.activityInfo.name));
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DMainActivity.java107 ResolveInfo info = list.get(i);
108 CharSequence labelSeq = info.loadLabel(pm);
111 : info.activityInfo.name;
121 info.activityInfo.applicationInfo.packageName,
122 info.activityInfo.name));
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java84 ResolveInfo info = list.get(i);
85 CharSequence labelSeq = info.loadLabel(pm);
88 : info.activityInfo.name;
98 info.activityInfo.applicationInfo.packageName,
99 info.activityInfo.name));

Completed in 580 milliseconds

<<11121314151617181920>>