Searched refs:persistent (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStreamPort.java50 protected synchronized void assignFrame(Frame frame, boolean persistent) { argument
52 checkFrameType(frame, persistent);
54 if (persistent) {
64 mPersistent = persistent;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DViewInfoStoreTest.java165 assertTrue(mCallback.persistent.isEmpty());
177 assertTrue(mCallback.persistent.isEmpty());
190 assertTrue(mCallback.persistent.isEmpty());
205 assertTrue(mCallback.persistent.isEmpty());
221 assertEquals(mCallback.persistent.get(vh), new Pair<>(pre, post));
233 assertTrue(mCallback.persistent.isEmpty());
280 final Map<ViewHolder, Pair<ItemHolderInfo, ItemHolderInfo>> persistent = new HashMap<>(); field in class:ViewInfoStoreTest.LoggingProcessCallback
302 assertFalse(persistent.containsKey(viewHolder));
305 persistent.put(viewHolder, new Pair<>(preInfo, postInfo));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java358 * @param persistent Used to request a persistent group to be formed.
362 public boolean p2pGroupAdd(boolean persistent) { argument
363 return mSupplicantP2pIfaceHal.groupAdd(persistent);
371 * @param netId Used to specify the restart of a persistent group.
406 * Invite a device to a persistent group.
407 * If the peer device is the group owner of the persistent group, the peer
423 * Reinvoke a device from a persistent group.
425 * @param netId Used to specify the persistent group.
H A DSupplicantP2pIfaceHal.java664 boolean persistent = (config.netId == WifiP2pGroup.PERSISTENT_NET_ID);
680 persistent, goIntent,
772 * Invite a device to a persistent group.
773 * If the peer device is the group owner of the persistent group, the peer
959 * Reinvoke a device from a persistent group.
961 * @param networkId Used to specify the persistent group.
1001 * @param networkId Used to specify the restart of a persistent group.
1002 * @param isPersistent Used to request a persistent group to be formed.
1025 * @param isPersistent Used to request a persistent group to be formed.
1773 * Get the persistent grou
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java69 // 'persistent' is true (in which case we
178 boolean persistent; // always keep this application running? field in class:ProcessRecord
326 if (persistent || removed) {
327 pw.print(prefix); pw.print("persistent="); pw.print(persistent);
449 persistent = false;
610 if (!persistent) {
H A DAppErrorDialog.java96 if (mProc.persistent) {
H A DNativeCrashListener.java228 // Don't attempt crash reporting for persistent apps
229 if (pr.persistent) {
231 Slog.v(TAG, "Skipping report for persistent app " + pr);
H A DAppErrors.java339 // If a persistent app is stuck in a crash loop, the device isn't very
341 if (r != null && r.persistent) {
424 if (!r.persistent) {
437 // since they don't have a persistent identity.
615 if (!app.persistent) {
617 // explicitly does so... but for persistent process, we really
618 // need to keep it running. If a persistent process is actually
632 // annoy the user repeatedly. Unless it is persistent, since those
852 if (r.persistent) {
854 if (DEBUG_ANR) Slog.i(TAG, "Adding persistent pro
[all...]
H A DProviderMap.java199 && (provider.proc == null || evenPersistent || !provider.proc.persistent)) {
H A DActiveServices.java2800 if (r.app != null && !r.app.persistent) {
2890 && (service.app == null || evenPersistent || !service.app.persistent)) {
2898 if (!service.app.persistent) {
3052 if (sr.app != app && sr.app != null && !sr.app.persistent) {
3097 if (false && proc != null && !proc.persistent && proc.thread != null
3113 // Unless the process is persistent, this process record is going away,
3115 if (!app.persistent) {
3224 if (r.app != null && r.app.persistent) {
H A DActivityManagerService.java569 // Necessary ApplicationInfo flags to mark an app as persistent
809 * Non-persistent appId whitelist for background restrictions
861 * List of persistent applications that are in the process
2573 app.persistent = true;
3395 if (app.persistent && lrui >= 0) {
3396 // We don't care about the position of persistent processes, as long as
3398 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app);
3541 && !cr.binding.service.app.persistent) {
3548 if (cpr.proc != null && cpr.proc.lruSeq != mLruSeq && !cpr.proc.persistent) {
3948 if (app.persistent) {
12611 setDebugApp(String packageName, boolean waitForDebugger, boolean persistent) argument
20204 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
20220 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume, UpdateConfigurationResult result) argument
20250 updateGlobalConfiguration(@onNull Configuration values, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
[all...]
H A DActivityManagerShellCommand.java816 boolean persistent = false;
822 } else if (opt.equals("--persistent")) {
823 persistent = true;
831 mInterface.setDebugApp(pkg, wait, persistent);
2556 pw.println(" set-debug-app [-w] [--persistent] <PACKAGE>");
2559 pw.println(" --persistent: retain this value");
H A DActivityStack.java4889 && (r.app == null || evenPersistent || !r.app.persistent)) {
/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl85 boolean restrictedBackupMode, boolean persistent, in Configuration config,
H A DIActivityManager.aidl141 void setDebugApp(in String packageName, boolean waitForDebugger, boolean persistent);
179 * This will deliver the specified signal to all the persistent processes. Currently only
577 * <p>This flag can only be set for persistent processes.
H A DActivityThread.java555 boolean persistent; field in class:ActivityThread.AppBindData
900 boolean isRestrictedBackupMode, boolean persistent, Configuration config,
923 data.persistent = persistent;
5481 if (data.persistent) {
894 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map services, Bundle coreSettings, String buildSerial) argument
/frameworks/base/core/java/android/preference/
H A DPreference.java1037 * Checks whether this Preference is persistent. If it is, it stores its value(s) into
1038 * the persistent {@link SharedPreferences} storage by default or into
1041 * @return True if it is persistent.
1050 * assigned. This, at minimum, checks whether this Preference is persistent and it currently has
1060 * Sets whether this Preference is persistent. When persistent, it stores its value(s) into
1061 * the persistent {@link SharedPreferences} storage by default or into
1064 * @param persistent set {@code true} if it should store its value(s) into the storage.
1066 public void setPersistent(boolean persistent) { argument
1067 mPersistent = persistent;
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java82 * @attr name android:persistent
960 * Checks whether this Preference is persistent. If it is, it stores its value(s) into
961 * the persistent {@link SharedPreferences} storage by default or into
964 * @return {@code true} if persistent
973 * assigned. This, at minimum, checks whether this Preference is persistent and it currently has
983 * Sets whether this Preference is persistent. When persistent, it stores its value(s) into
984 * the persistent {@link SharedPreferences} storage by default or into
987 * @param persistent set {@code true} if it should store its value(s) into the storage.
989 public void setPersistent(boolean persistent) { argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java562 boolean persistent, int goIntent,
618 boolean persistent, int goIntent,
662 boolean persistent, int goIntent,
2229 * Specifically, all groups returned by listNetworks are added as a persistent group, so long as
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3638 VkBool32 persistent; member in struct:VkDisplayPresentInfoKHR

Completed in 5933 milliseconds