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
960 * Reinvoke a device from a persistent group.
962 * @param networkId Used to specify the persistent group.
1002 * @param networkId Used to specify the restart of a persistent group.
1003 * @param isPersistent Used to request a persistent group to be formed.
1026 * @param isPersistent Used to request a persistent group to be formed.
1774 * 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);
446 persistent = false;
607 if (!persistent) {
H A DAppErrorDialog.java94 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) {
423 if (!r.persistent) {
436 // since they don't have a persistent identity.
640 if (!app.persistent) {
642 // explicitly does so... but for persistent process, we really
643 // need to keep it running. If a persistent process is actually
657 // annoy the user repeatedly. Unless it is persistent, since those
705 // because they don't have a persistent identity.
864 if (r.persistent) {
[all...]
H A DProviderMap.java199 && (provider.proc == null || evenPersistent || !provider.proc.persistent)) {
H A DActiveServices.java2812 if (r.app != null && !r.app.persistent) {
2902 && (service.app == null || evenPersistent || !service.app.persistent)) {
2910 if (!service.app.persistent) {
3064 if (sr.app != app && sr.app != null && !sr.app.persistent) {
3109 if (false && proc != null && !proc.persistent && proc.thread != null
3125 // Unless the process is persistent, this process record is going away,
3127 if (!app.persistent) {
3237 if (r.app != null && r.app.persistent) {
H A DActivityManagerService.java563 // Necessary ApplicationInfo flags to mark an app as persistent
807 * Non-persistent appId whitelist for background restrictions
859 * List of persistent applications that are in the process
2552 app.persistent = true;
3407 if (app.persistent && lrui >= 0) {
3408 // We don't care about the position of persistent processes, as long as
3410 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app);
3553 && !cr.binding.service.app.persistent) {
3560 if (cpr.proc != null && cpr.proc.lruSeq != mLruSeq && !cpr.proc.persistent) {
3958 if (app.persistent) {
12747 setDebugApp(String packageName, boolean waitForDebugger, boolean persistent) argument
20336 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
20352 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean initLocale, boolean persistent, int userId, boolean deferResume, UpdateConfigurationResult result) argument
20382 updateGlobalConfiguration(@onNull Configuration values, boolean initLocale, boolean persistent, int userId, boolean deferResume) argument
[all...]
H A DActivityManagerShellCommand.java831 boolean persistent = false;
837 } else if (opt.equals("--persistent")) {
838 persistent = true;
846 mInterface.setDebugApp(pkg, wait, persistent);
2746 pw.println(" set-debug-app [-w] [--persistent] <PACKAGE>");
2749 pw.println(" --persistent: retain this value");
H A DActivityStack.java4922 && (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.aidl139 void setDebugApp(in String packageName, boolean waitForDebugger, boolean persistent);
177 * This will deliver the specified signal to all the persistent processes. Currently only
578 * <p>This flag can only be set for persistent processes.
H A DActivityThread.java557 boolean persistent; field in class:ActivityThread.AppBindData
905 boolean isRestrictedBackupMode, boolean persistent, Configuration config,
928 data.persistent = persistent;
899 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.java1038 * Checks whether this Preference is persistent. If it is, it stores its value(s) into
1039 * the persistent {@link SharedPreferences} storage by default or into
1042 * @return True if it is persistent.
1051 * assigned. This, at minimum, checks whether this Preference is persistent and it currently has
1061 * Sets whether this Preference is persistent. When persistent, it stores its value(s) into
1062 * the persistent {@link SharedPreferences} storage by default or into
1065 * @param persistent set {@code true} if it should store its value(s) into the storage.
1067 public void setPersistent(boolean persistent) { argument
1068 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.h3755 VkBool32 persistent; member in struct:VkDisplayPresentInfoKHR

Completed in 2859 milliseconds