OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeName
(Results
1 - 3
of
3
) sorted by null
/external/smack/src/org/jivesoftware/smack/packet/
Privacy.java
44
/**
activeName
is the name associated with the active list set for the session **/
45
private String
activeName
;
182
return
activeName
;
189
* @param
activeName
is the name of the active list.
191
public void setActiveName(String
activeName
) {
192
this.
activeName
=
activeName
;
/external/smack/src/org/jivesoftware/smack/provider/
PrivacyProvider.java
51
String
activeName
= parser.getAttributeValue("", "name");
52
if (
activeName
== null) {
55
privacy.setActiveName(
activeName
);
/frameworks/base/core/java/com/android/internal/util/
FileRotator.java
183
final String
activeName
= getActiveName(currentTimeMillis);
184
rewriteSingle(rewriter,
activeName
);
Completed in 36 milliseconds